tencentcloud.WedataResourceGroup
Create WedataResourceGroup Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new WedataResourceGroup(name: string, args: WedataResourceGroupArgs, opts?: CustomResourceOptions);@overload
def WedataResourceGroup(resource_name: str,
args: WedataResourceGroupArgs,
opts: Optional[ResourceOptions] = None)
@overload
def WedataResourceGroup(resource_name: str,
opts: Optional[ResourceOptions] = None,
auto_renew_enabled: Optional[bool] = None,
purchase_period: Optional[float] = None,
resource_region: Optional[str] = None,
subnet: Optional[str] = None,
type: Optional[WedataResourceGroupTypeArgs] = None,
vpc_id: Optional[str] = None,
associated_project_id: Optional[str] = None,
description: Optional[str] = None,
name: Optional[str] = None,
wedata_resource_group_id: Optional[str] = None)func NewWedataResourceGroup(ctx *Context, name string, args WedataResourceGroupArgs, opts ...ResourceOption) (*WedataResourceGroup, error)public WedataResourceGroup(string name, WedataResourceGroupArgs args, CustomResourceOptions? opts = null)
public WedataResourceGroup(String name, WedataResourceGroupArgs args)
public WedataResourceGroup(String name, WedataResourceGroupArgs args, CustomResourceOptions options)
type: tencentcloud:WedataResourceGroup
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args WedataResourceGroupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args WedataResourceGroupArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args WedataResourceGroupArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WedataResourceGroupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args WedataResourceGroupArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
WedataResourceGroup Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The WedataResourceGroup resource accepts the following input properties:
- Auto
Renew boolEnabled - Whether auto-renewal is enabled.
- Purchase
Period double - Purchase duration, in months.
- Resource
Region string - Resource purchase region.
- Subnet string
- Subnet.
- Type
Wedata
Resource Group Type - Information about the activated resource group.
- Vpc
Id string - VPC ID.
- Associated
Project stringId - Associated project space project ID.
- Description string
- Resource group description.
- Name string
- Resource group name. The name for creating a general resource group must start with a letter, can contain letters, numbers, underscores (_), and up to 64 characters.
- Wedata
Resource stringGroup Id
- Auto
Renew boolEnabled - Whether auto-renewal is enabled.
- Purchase
Period float64 - Purchase duration, in months.
- Resource
Region string - Resource purchase region.
- Subnet string
- Subnet.
- Type
Wedata
Resource Group Type Args - Information about the activated resource group.
- Vpc
Id string - VPC ID.
- Associated
Project stringId - Associated project space project ID.
- Description string
- Resource group description.
- Name string
- Resource group name. The name for creating a general resource group must start with a letter, can contain letters, numbers, underscores (_), and up to 64 characters.
- Wedata
Resource stringGroup Id
- auto
Renew BooleanEnabled - Whether auto-renewal is enabled.
- purchase
Period Double - Purchase duration, in months.
- resource
Region String - Resource purchase region.
- subnet String
- Subnet.
- type
Wedata
Resource Group Type - Information about the activated resource group.
- vpc
Id String - VPC ID.
- associated
Project StringId - Associated project space project ID.
- description String
- Resource group description.
- name String
- Resource group name. The name for creating a general resource group must start with a letter, can contain letters, numbers, underscores (_), and up to 64 characters.
- wedata
Resource StringGroup Id
- auto
Renew booleanEnabled - Whether auto-renewal is enabled.
- purchase
Period number - Purchase duration, in months.
- resource
Region string - Resource purchase region.
- subnet string
- Subnet.
- type
Wedata
Resource Group Type - Information about the activated resource group.
- vpc
Id string - VPC ID.
- associated
Project stringId - Associated project space project ID.
- description string
- Resource group description.
- name string
- Resource group name. The name for creating a general resource group must start with a letter, can contain letters, numbers, underscores (_), and up to 64 characters.
- wedata
Resource stringGroup Id
- auto_
renew_ boolenabled - Whether auto-renewal is enabled.
- purchase_
period float - Purchase duration, in months.
- resource_
region str - Resource purchase region.
- subnet str
- Subnet.
- type
Wedata
Resource Group Type Args - Information about the activated resource group.
- vpc_
id str - VPC ID.
- associated_
project_ strid - Associated project space project ID.
- description str
- Resource group description.
- name str
- Resource group name. The name for creating a general resource group must start with a letter, can contain letters, numbers, underscores (_), and up to 64 characters.
- wedata_
resource_ strgroup_ id
- auto
Renew BooleanEnabled - Whether auto-renewal is enabled.
- purchase
Period Number - Purchase duration, in months.
- resource
Region String - Resource purchase region.
- subnet String
- Subnet.
- type Property Map
- Information about the activated resource group.
- vpc
Id String - VPC ID.
- associated
Project StringId - Associated project space project ID.
- description String
- Resource group description.
- name String
- Resource group name. The name for creating a general resource group must start with a letter, can contain letters, numbers, underscores (_), and up to 64 characters.
- wedata
Resource StringGroup Id
Outputs
All input properties are implicitly available as output properties. Additionally, the WedataResourceGroup resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Resource
Group stringId - Resource group ID.
- Id string
- The provider-assigned unique ID for this managed resource.
- Resource
Group stringId - Resource group ID.
- id String
- The provider-assigned unique ID for this managed resource.
- resource
Group StringId - Resource group ID.
- id string
- The provider-assigned unique ID for this managed resource.
- resource
Group stringId - Resource group ID.
- id str
- The provider-assigned unique ID for this managed resource.
- resource_
group_ strid - Resource group ID.
- id String
- The provider-assigned unique ID for this managed resource.
- resource
Group StringId - Resource group ID.
Look up Existing WedataResourceGroup Resource
Get an existing WedataResourceGroup resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: WedataResourceGroupState, opts?: CustomResourceOptions): WedataResourceGroup@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
associated_project_id: Optional[str] = None,
auto_renew_enabled: Optional[bool] = None,
description: Optional[str] = None,
name: Optional[str] = None,
purchase_period: Optional[float] = None,
resource_group_id: Optional[str] = None,
resource_region: Optional[str] = None,
subnet: Optional[str] = None,
type: Optional[WedataResourceGroupTypeArgs] = None,
vpc_id: Optional[str] = None,
wedata_resource_group_id: Optional[str] = None) -> WedataResourceGroupfunc GetWedataResourceGroup(ctx *Context, name string, id IDInput, state *WedataResourceGroupState, opts ...ResourceOption) (*WedataResourceGroup, error)public static WedataResourceGroup Get(string name, Input<string> id, WedataResourceGroupState? state, CustomResourceOptions? opts = null)public static WedataResourceGroup get(String name, Output<String> id, WedataResourceGroupState state, CustomResourceOptions options)resources: _: type: tencentcloud:WedataResourceGroup get: id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Associated
Project stringId - Associated project space project ID.
- Auto
Renew boolEnabled - Whether auto-renewal is enabled.
- Description string
- Resource group description.
- Name string
- Resource group name. The name for creating a general resource group must start with a letter, can contain letters, numbers, underscores (_), and up to 64 characters.
- Purchase
Period double - Purchase duration, in months.
- Resource
Group stringId - Resource group ID.
- Resource
Region string - Resource purchase region.
- Subnet string
- Subnet.
- Type
Wedata
Resource Group Type - Information about the activated resource group.
- Vpc
Id string - VPC ID.
- Wedata
Resource stringGroup Id
- Associated
Project stringId - Associated project space project ID.
- Auto
Renew boolEnabled - Whether auto-renewal is enabled.
- Description string
- Resource group description.
- Name string
- Resource group name. The name for creating a general resource group must start with a letter, can contain letters, numbers, underscores (_), and up to 64 characters.
- Purchase
Period float64 - Purchase duration, in months.
- Resource
Group stringId - Resource group ID.
- Resource
Region string - Resource purchase region.
- Subnet string
- Subnet.
- Type
Wedata
Resource Group Type Args - Information about the activated resource group.
- Vpc
Id string - VPC ID.
- Wedata
Resource stringGroup Id
- associated
Project StringId - Associated project space project ID.
- auto
Renew BooleanEnabled - Whether auto-renewal is enabled.
- description String
- Resource group description.
- name String
- Resource group name. The name for creating a general resource group must start with a letter, can contain letters, numbers, underscores (_), and up to 64 characters.
- purchase
Period Double - Purchase duration, in months.
- resource
Group StringId - Resource group ID.
- resource
Region String - Resource purchase region.
- subnet String
- Subnet.
- type
Wedata
Resource Group Type - Information about the activated resource group.
- vpc
Id String - VPC ID.
- wedata
Resource StringGroup Id
- associated
Project stringId - Associated project space project ID.
- auto
Renew booleanEnabled - Whether auto-renewal is enabled.
- description string
- Resource group description.
- name string
- Resource group name. The name for creating a general resource group must start with a letter, can contain letters, numbers, underscores (_), and up to 64 characters.
- purchase
Period number - Purchase duration, in months.
- resource
Group stringId - Resource group ID.
- resource
Region string - Resource purchase region.
- subnet string
- Subnet.
- type
Wedata
Resource Group Type - Information about the activated resource group.
- vpc
Id string - VPC ID.
- wedata
Resource stringGroup Id
- associated_
project_ strid - Associated project space project ID.
- auto_
renew_ boolenabled - Whether auto-renewal is enabled.
- description str
- Resource group description.
- name str
- Resource group name. The name for creating a general resource group must start with a letter, can contain letters, numbers, underscores (_), and up to 64 characters.
- purchase_
period float - Purchase duration, in months.
- resource_
group_ strid - Resource group ID.
- resource_
region str - Resource purchase region.
- subnet str
- Subnet.
- type
Wedata
Resource Group Type Args - Information about the activated resource group.
- vpc_
id str - VPC ID.
- wedata_
resource_ strgroup_ id
- associated
Project StringId - Associated project space project ID.
- auto
Renew BooleanEnabled - Whether auto-renewal is enabled.
- description String
- Resource group description.
- name String
- Resource group name. The name for creating a general resource group must start with a letter, can contain letters, numbers, underscores (_), and up to 64 characters.
- purchase
Period Number - Purchase duration, in months.
- resource
Group StringId - Resource group ID.
- resource
Region String - Resource purchase region.
- subnet String
- Subnet.
- type Property Map
- Information about the activated resource group.
- vpc
Id String - VPC ID.
- wedata
Resource StringGroup Id
Supporting Types
WedataResourceGroupType, WedataResourceGroupTypeArgs
- Resource
Group stringType - Resource group type.
- Schedule --- Scheduling resource group
- Integration --- Integration resource group
- DataService -- Data service resource group.
- Data
Service WedataResource Group Type Data Service Data service resource group (Integration, scheduling, and data service resource groups cannot be purchased simultaneously).
- ds_t (Test specification) - ds_s (Basic specification) - ds_m (Popular specification) - ds_l (Professional specification).
- Integration
Wedata
Resource Group Type Integration - Integration resource group, subdivided into real-time resource group and offline resource group (Integration, scheduling, and data service resource groups cannot be purchased simultaneously).
- Schedule
Wedata
Resource Group Type Schedule Scheduling resource group (Integration, scheduling, and data service resource groups cannot be purchased simultaneously).
- s_test (Test specification) - s_small (Basic specification) - s_medium (Popular specification) - s_large (Professional specification).
- Resource
Group stringType - Resource group type.
- Schedule --- Scheduling resource group
- Integration --- Integration resource group
- DataService -- Data service resource group.
- Data
Service WedataResource Group Type Data Service Data service resource group (Integration, scheduling, and data service resource groups cannot be purchased simultaneously).
- ds_t (Test specification) - ds_s (Basic specification) - ds_m (Popular specification) - ds_l (Professional specification).
- Integration
Wedata
Resource Group Type Integration - Integration resource group, subdivided into real-time resource group and offline resource group (Integration, scheduling, and data service resource groups cannot be purchased simultaneously).
- Schedule
Wedata
Resource Group Type Schedule Scheduling resource group (Integration, scheduling, and data service resource groups cannot be purchased simultaneously).
- s_test (Test specification) - s_small (Basic specification) - s_medium (Popular specification) - s_large (Professional specification).
- resource
Group StringType - Resource group type.
- Schedule --- Scheduling resource group
- Integration --- Integration resource group
- DataService -- Data service resource group.
- data
Service WedataResource Group Type Data Service Data service resource group (Integration, scheduling, and data service resource groups cannot be purchased simultaneously).
- ds_t (Test specification) - ds_s (Basic specification) - ds_m (Popular specification) - ds_l (Professional specification).
- integration
Wedata
Resource Group Type Integration - Integration resource group, subdivided into real-time resource group and offline resource group (Integration, scheduling, and data service resource groups cannot be purchased simultaneously).
- schedule
Wedata
Resource Group Type Schedule Scheduling resource group (Integration, scheduling, and data service resource groups cannot be purchased simultaneously).
- s_test (Test specification) - s_small (Basic specification) - s_medium (Popular specification) - s_large (Professional specification).
- resource
Group stringType - Resource group type.
- Schedule --- Scheduling resource group
- Integration --- Integration resource group
- DataService -- Data service resource group.
- data
Service WedataResource Group Type Data Service Data service resource group (Integration, scheduling, and data service resource groups cannot be purchased simultaneously).
- ds_t (Test specification) - ds_s (Basic specification) - ds_m (Popular specification) - ds_l (Professional specification).
- integration
Wedata
Resource Group Type Integration - Integration resource group, subdivided into real-time resource group and offline resource group (Integration, scheduling, and data service resource groups cannot be purchased simultaneously).
- schedule
Wedata
Resource Group Type Schedule Scheduling resource group (Integration, scheduling, and data service resource groups cannot be purchased simultaneously).
- s_test (Test specification) - s_small (Basic specification) - s_medium (Popular specification) - s_large (Professional specification).
- resource_
group_ strtype - Resource group type.
- Schedule --- Scheduling resource group
- Integration --- Integration resource group
- DataService -- Data service resource group.
- data_
service WedataResource Group Type Data Service Data service resource group (Integration, scheduling, and data service resource groups cannot be purchased simultaneously).
- ds_t (Test specification) - ds_s (Basic specification) - ds_m (Popular specification) - ds_l (Professional specification).
- integration
Wedata
Resource Group Type Integration - Integration resource group, subdivided into real-time resource group and offline resource group (Integration, scheduling, and data service resource groups cannot be purchased simultaneously).
- schedule
Wedata
Resource Group Type Schedule Scheduling resource group (Integration, scheduling, and data service resource groups cannot be purchased simultaneously).
- s_test (Test specification) - s_small (Basic specification) - s_medium (Popular specification) - s_large (Professional specification).
- resource
Group StringType - Resource group type.
- Schedule --- Scheduling resource group
- Integration --- Integration resource group
- DataService -- Data service resource group.
- data
Service Property Map Data service resource group (Integration, scheduling, and data service resource groups cannot be purchased simultaneously).
- ds_t (Test specification) - ds_s (Basic specification) - ds_m (Popular specification) - ds_l (Professional specification).
- integration Property Map
- Integration resource group, subdivided into real-time resource group and offline resource group (Integration, scheduling, and data service resource groups cannot be purchased simultaneously).
- schedule Property Map
Scheduling resource group (Integration, scheduling, and data service resource groups cannot be purchased simultaneously).
- s_test (Test specification) - s_small (Basic specification) - s_medium (Popular specification) - s_large (Professional specification).
WedataResourceGroupTypeDataService, WedataResourceGroupTypeDataServiceArgs
- Number double
- Quantity.
- Specification string
- Resource group specification.
- Number float64
- Quantity.
- Specification string
- Resource group specification.
- number Double
- Quantity.
- specification String
- Resource group specification.
- number number
- Quantity.
- specification string
- Resource group specification.
- number float
- Quantity.
- specification str
- Resource group specification.
- number Number
- Quantity.
- specification String
- Resource group specification.
WedataResourceGroupTypeIntegration, WedataResourceGroupTypeIntegrationArgs
- Offline
Data WedataSync Resource Group Type Integration Offline Data Sync - Offline integration resource group.
- integrated (Offline data synchronization - 8C16G)
- i16 (Offline data synchronization - 8C32G).
- Real
Time WedataData Sync Resource Group Type Integration Real Time Data Sync - Real-time integration resource group.
- i32c (Real-time data synchronization - 16C64G).
- Offline
Data WedataSync Resource Group Type Integration Offline Data Sync - Offline integration resource group.
- integrated (Offline data synchronization - 8C16G)
- i16 (Offline data synchronization - 8C32G).
- Real
Time WedataData Sync Resource Group Type Integration Real Time Data Sync - Real-time integration resource group.
- i32c (Real-time data synchronization - 16C64G).
- offline
Data WedataSync Resource Group Type Integration Offline Data Sync - Offline integration resource group.
- integrated (Offline data synchronization - 8C16G)
- i16 (Offline data synchronization - 8C32G).
- real
Time WedataData Sync Resource Group Type Integration Real Time Data Sync - Real-time integration resource group.
- i32c (Real-time data synchronization - 16C64G).
- offline
Data WedataSync Resource Group Type Integration Offline Data Sync - Offline integration resource group.
- integrated (Offline data synchronization - 8C16G)
- i16 (Offline data synchronization - 8C32G).
- real
Time WedataData Sync Resource Group Type Integration Real Time Data Sync - Real-time integration resource group.
- i32c (Real-time data synchronization - 16C64G).
- offline_
data_ Wedatasync Resource Group Type Integration Offline Data Sync - Offline integration resource group.
- integrated (Offline data synchronization - 8C16G)
- i16 (Offline data synchronization - 8C32G).
- real_
time_ Wedatadata_ sync Resource Group Type Integration Real Time Data Sync - Real-time integration resource group.
- i32c (Real-time data synchronization - 16C64G).
- offline
Data Property MapSync - Offline integration resource group.
- integrated (Offline data synchronization - 8C16G)
- i16 (Offline data synchronization - 8C32G).
- real
Time Property MapData Sync - Real-time integration resource group.
- i32c (Real-time data synchronization - 16C64G).
WedataResourceGroupTypeIntegrationOfflineDataSync, WedataResourceGroupTypeIntegrationOfflineDataSyncArgs
- Number double
- Quantity.
- Specification string
- Resource group specification.
- Number float64
- Quantity.
- Specification string
- Resource group specification.
- number Double
- Quantity.
- specification String
- Resource group specification.
- number number
- Quantity.
- specification string
- Resource group specification.
- number float
- Quantity.
- specification str
- Resource group specification.
- number Number
- Quantity.
- specification String
- Resource group specification.
WedataResourceGroupTypeIntegrationRealTimeDataSync, WedataResourceGroupTypeIntegrationRealTimeDataSyncArgs
- Number double
- Quantity.
- Specification string
- Resource group specification.
- Number float64
- Quantity.
- Specification string
- Resource group specification.
- number Double
- Quantity.
- specification String
- Resource group specification.
- number number
- Quantity.
- specification string
- Resource group specification.
- number float
- Quantity.
- specification str
- Resource group specification.
- number Number
- Quantity.
- specification String
- Resource group specification.
WedataResourceGroupTypeSchedule, WedataResourceGroupTypeScheduleArgs
- Number double
- Quantity.
- Specification string
- Resource group specification.
- Number float64
- Quantity.
- Specification string
- Resource group specification.
- number Double
- Quantity.
- specification String
- Resource group specification.
- number number
- Quantity.
- specification string
- Resource group specification.
- number float
- Quantity.
- specification str
- Resource group specification.
- number Number
- Quantity.
- specification String
- Resource group specification.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
