Viewing docs for tencentcloud 1.83.4
published on Monday, Jun 22, 2026 by tencentcloudstack
published on Monday, Jun 22, 2026 by tencentcloudstack
Viewing docs for tencentcloud 1.83.4
published on Monday, Jun 22, 2026 by tencentcloudstack
published on Monday, Jun 22, 2026 by tencentcloudstack
Example Usage
Create BhBindDeviceAccountKubeconfig Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new BhBindDeviceAccountKubeconfig(name: string, args: BhBindDeviceAccountKubeconfigArgs, opts?: CustomResourceOptions);@overload
def BhBindDeviceAccountKubeconfig(resource_name: str,
args: BhBindDeviceAccountKubeconfigArgs,
opts: Optional[ResourceOptions] = None)
@overload
def BhBindDeviceAccountKubeconfig(resource_name: str,
opts: Optional[ResourceOptions] = None,
account_id: Optional[float] = None,
kubeconfig: Optional[str] = None,
bh_bind_device_account_kubeconfig_id: Optional[str] = None,
manage_dimension: Optional[float] = None)func NewBhBindDeviceAccountKubeconfig(ctx *Context, name string, args BhBindDeviceAccountKubeconfigArgs, opts ...ResourceOption) (*BhBindDeviceAccountKubeconfig, error)public BhBindDeviceAccountKubeconfig(string name, BhBindDeviceAccountKubeconfigArgs args, CustomResourceOptions? opts = null)
public BhBindDeviceAccountKubeconfig(String name, BhBindDeviceAccountKubeconfigArgs args)
public BhBindDeviceAccountKubeconfig(String name, BhBindDeviceAccountKubeconfigArgs args, CustomResourceOptions options)
type: tencentcloud:BhBindDeviceAccountKubeconfig
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "tencentcloud_bhbinddeviceaccountkubeconfig" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args BhBindDeviceAccountKubeconfigArgs
- 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 BhBindDeviceAccountKubeconfigArgs
- 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 BhBindDeviceAccountKubeconfigArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args BhBindDeviceAccountKubeconfigArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args BhBindDeviceAccountKubeconfigArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
BhBindDeviceAccountKubeconfig 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 BhBindDeviceAccountKubeconfig resource accepts the following input properties:
- Account
Id double - Kubeconfig string
- Container account kubeconfig credential.
- Bh
Bind stringDevice Account Kubeconfig Id - ID of the resource.
- Manage
Dimension double - Manage dimension. 1 means cluster.
- Account
Id float64 - Kubeconfig string
- Container account kubeconfig credential.
- Bh
Bind stringDevice Account Kubeconfig Id - ID of the resource.
- Manage
Dimension float64 - Manage dimension. 1 means cluster.
- account_
id number - kubeconfig string
- Container account kubeconfig credential.
- bh_
bind_ stringdevice_ account_ kubeconfig_ id - ID of the resource.
- manage_
dimension number - Manage dimension. 1 means cluster.
- account
Id Double - kubeconfig String
- Container account kubeconfig credential.
- bh
Bind StringDevice Account Kubeconfig Id - ID of the resource.
- manage
Dimension Double - Manage dimension. 1 means cluster.
- account
Id number - kubeconfig string
- Container account kubeconfig credential.
- bh
Bind stringDevice Account Kubeconfig Id - ID of the resource.
- manage
Dimension number - Manage dimension. 1 means cluster.
- account_
id float - kubeconfig str
- Container account kubeconfig credential.
- bh_
bind_ strdevice_ account_ kubeconfig_ id - ID of the resource.
- manage_
dimension float - Manage dimension. 1 means cluster.
- account
Id Number - kubeconfig String
- Container account kubeconfig credential.
- bh
Bind StringDevice Account Kubeconfig Id - ID of the resource.
- manage
Dimension Number - Manage dimension. 1 means cluster.
Outputs
All input properties are implicitly available as output properties. Additionally, the BhBindDeviceAccountKubeconfig resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing BhBindDeviceAccountKubeconfig Resource
Get an existing BhBindDeviceAccountKubeconfig 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?: BhBindDeviceAccountKubeconfigState, opts?: CustomResourceOptions): BhBindDeviceAccountKubeconfig@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
account_id: Optional[float] = None,
bh_bind_device_account_kubeconfig_id: Optional[str] = None,
kubeconfig: Optional[str] = None,
manage_dimension: Optional[float] = None) -> BhBindDeviceAccountKubeconfigfunc GetBhBindDeviceAccountKubeconfig(ctx *Context, name string, id IDInput, state *BhBindDeviceAccountKubeconfigState, opts ...ResourceOption) (*BhBindDeviceAccountKubeconfig, error)public static BhBindDeviceAccountKubeconfig Get(string name, Input<string> id, BhBindDeviceAccountKubeconfigState? state, CustomResourceOptions? opts = null)public static BhBindDeviceAccountKubeconfig get(String name, Output<String> id, BhBindDeviceAccountKubeconfigState state, CustomResourceOptions options)resources: _: type: tencentcloud:BhBindDeviceAccountKubeconfig get: id: ${id}import {
to = tencentcloud_bhbinddeviceaccountkubeconfig.example
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.
- Account
Id double - Bh
Bind stringDevice Account Kubeconfig Id - ID of the resource.
- Kubeconfig string
- Container account kubeconfig credential.
- Manage
Dimension double - Manage dimension. 1 means cluster.
- Account
Id float64 - Bh
Bind stringDevice Account Kubeconfig Id - ID of the resource.
- Kubeconfig string
- Container account kubeconfig credential.
- Manage
Dimension float64 - Manage dimension. 1 means cluster.
- account_
id number - bh_
bind_ stringdevice_ account_ kubeconfig_ id - ID of the resource.
- kubeconfig string
- Container account kubeconfig credential.
- manage_
dimension number - Manage dimension. 1 means cluster.
- account
Id Double - bh
Bind StringDevice Account Kubeconfig Id - ID of the resource.
- kubeconfig String
- Container account kubeconfig credential.
- manage
Dimension Double - Manage dimension. 1 means cluster.
- account
Id number - bh
Bind stringDevice Account Kubeconfig Id - ID of the resource.
- kubeconfig string
- Container account kubeconfig credential.
- manage
Dimension number - Manage dimension. 1 means cluster.
- account_
id float - bh_
bind_ strdevice_ account_ kubeconfig_ id - ID of the resource.
- kubeconfig str
- Container account kubeconfig credential.
- manage_
dimension float - Manage dimension. 1 means cluster.
- account
Id Number - bh
Bind StringDevice Account Kubeconfig Id - ID of the resource.
- kubeconfig String
- Container account kubeconfig credential.
- manage
Dimension Number - Manage dimension. 1 means cluster.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
Viewing docs for tencentcloud 1.83.4
published on Monday, Jun 22, 2026 by tencentcloudstack
published on Monday, Jun 22, 2026 by tencentcloudstack