published on Thursday, Sep 3, 2026 by Volcengine
published on Thursday, Sep 3, 2026 by Volcengine
The provider type for the volcenginecc package. By default, resources use package-wide configuration
settings, however an explicit Provider instance may be created and passed during resource
construction to achieve fine-grained programmatic control over provider settings. See the
documentation for more information.
Create Provider Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Provider(name: string, args?: ProviderArgs, opts?: CustomResourceOptions);@overload
def Provider(resource_name: str,
args: Optional[ProviderArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def Provider(resource_name: str,
opts: Optional[ResourceOptions] = None,
access_key: Optional[str] = None,
assume_role: Optional[ProviderAssumeRoleArgs] = None,
customer_headers: Optional[str] = None,
disable_ssl: Optional[bool] = None,
endpoints: Optional[ProviderEndpointsArgs] = None,
file_path: Optional[str] = None,
no_proxy: Optional[str] = None,
profile: Optional[str] = None,
proxy_authorization: Optional[str] = None,
proxy_include_domains: Optional[Sequence[str]] = None,
proxy_url: Optional[str] = None,
region: Optional[str] = None,
secret_key: Optional[str] = None,
session_token: Optional[str] = None)func NewProvider(ctx *Context, name string, args *ProviderArgs, opts ...ResourceOption) (*Provider, error)public Provider(string name, ProviderArgs? args = null, CustomResourceOptions? opts = null)
public Provider(String name, ProviderArgs args)
public Provider(String name, ProviderArgs args, CustomResourceOptions options)
type: pulumi:providers:volcenginecc
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "pulumi_providers_volcenginecc" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args ProviderArgs
- 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 ProviderArgs
- 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 ProviderArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ProviderArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ProviderArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Provider 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 Provider resource accepts the following input properties:
- Access
Key string - The Access Key for Volcengine Provider. It can also be sourced from the
VOLCENGINE_ACCESS_KEYenvironment variable It can also be sourced from the following environment variable:VOLCENGINE_ACCESS_KEY - Assume
Role Volcengine.Provider Assume Role - An
assumeRoleblock that uses the selected source credentials to obtain target-role credentials. Only oneassumeRoleblock may be in the configuration. - Customer
Headers string - CUSTOMER HEADERS for Volcengine Provider. The customerHeaders field uses commas (,) to separate multiple headers, and colons (:) to separate each header key from its corresponding value. It can also be sourced from the following environment variable:
VOLCENGINE_CUSTOMER_HEADERS - Disable
Ssl bool - Disable SSL for Volcengine Provider It can also be sourced from the following environment variable:
VOLCENGINE_DISABLE_SSL - Endpoints
Volcengine.
Provider Endpoints - An
endpointsblock (documented below). Only oneendpointsblock may be in the configuration. - File
Path string - The Profile configuration file path for Volcengine Provider. It defaults to
~/.volcengine/config.jsonand can be sourced from theVOLCENGINE_FILE_PATHenvironment variable It can also be sourced from the following environment variable:VOLCENGINE_FILE_PATH - No
Proxy string - Comma-separated hosts, domain suffixes, IP addresses, or CIDR ranges that bypass proxy_url. It follows standard NO_PROXY matching and can be sourced from VOLCENGINE_NO_PROXY, NO_PROXY, or no_proxy.
- Profile string
- The Profile for Volcengine Provider. It can be sourced from the
VOLCENGINE_PROFILEenvironment variable. Complete AccessKey and SecretKey credentials take precedence when both sources are configured It can also be sourced from the following environment variable:VOLCENGINE_PROFILE - string
- Value of the Proxy-Authorization header for Cloud Control API proxy requests, for example
Basic <token>. It can also be sourced from theVOLCENGINE_PROXY_AUTHORIZATIONenvironment variable. - Proxy
Include List<string>Domains - Hosts, domain suffixes, IP addresses, or CIDR ranges that use proxyUrl while all other destinations connect directly. It can be sourced as a comma-separated list from VOLCENGINE_PROXY_INCLUDE_DOMAINS and cannot be combined with no_proxy.
- Proxy
Url string - HTTP, HTTPS, SOCKS5, or SOCKS5H proxy URL for Cloud Control API requests. It can also be sourced from the
VOLCENGINE_PROXY_URLenvironment variable. It can also be sourced from the following environment variable:VOLCENGINE_PROXY_URL - Region string
- The Region for Volcengine Provider. It must be provided, but it can also be sourced from the
VOLCENGINE_REGIONenvironment variable It can also be sourced from the following environment variable:VOLCENGINE_REGION - Secret
Key string - The Secret Key for Volcengine Provider. It can also be sourced from the
VOLCENGINE_SECRET_KEYenvironment variable It can also be sourced from the following environment variable:VOLCENGINE_SECRET_KEY - Session
Token string - The Session Token for Volcengine Provider. It can also be sourced from the
VOLCENGINE_SESSION_TOKENenvironment variable It can also be sourced from the following environment variable:VOLCENGINE_SESSION_TOKEN
- Access
Key string - The Access Key for Volcengine Provider. It can also be sourced from the
VOLCENGINE_ACCESS_KEYenvironment variable It can also be sourced from the following environment variable:VOLCENGINE_ACCESS_KEY - Assume
Role ProviderAssume Role Args - An
assumeRoleblock that uses the selected source credentials to obtain target-role credentials. Only oneassumeRoleblock may be in the configuration. - Customer
Headers string - CUSTOMER HEADERS for Volcengine Provider. The customerHeaders field uses commas (,) to separate multiple headers, and colons (:) to separate each header key from its corresponding value. It can also be sourced from the following environment variable:
VOLCENGINE_CUSTOMER_HEADERS - Disable
Ssl bool - Disable SSL for Volcengine Provider It can also be sourced from the following environment variable:
VOLCENGINE_DISABLE_SSL - Endpoints
Provider
Endpoints Args - An
endpointsblock (documented below). Only oneendpointsblock may be in the configuration. - File
Path string - The Profile configuration file path for Volcengine Provider. It defaults to
~/.volcengine/config.jsonand can be sourced from theVOLCENGINE_FILE_PATHenvironment variable It can also be sourced from the following environment variable:VOLCENGINE_FILE_PATH - No
Proxy string - Comma-separated hosts, domain suffixes, IP addresses, or CIDR ranges that bypass proxy_url. It follows standard NO_PROXY matching and can be sourced from VOLCENGINE_NO_PROXY, NO_PROXY, or no_proxy.
- Profile string
- The Profile for Volcengine Provider. It can be sourced from the
VOLCENGINE_PROFILEenvironment variable. Complete AccessKey and SecretKey credentials take precedence when both sources are configured It can also be sourced from the following environment variable:VOLCENGINE_PROFILE - string
- Value of the Proxy-Authorization header for Cloud Control API proxy requests, for example
Basic <token>. It can also be sourced from theVOLCENGINE_PROXY_AUTHORIZATIONenvironment variable. - Proxy
Include []stringDomains - Hosts, domain suffixes, IP addresses, or CIDR ranges that use proxyUrl while all other destinations connect directly. It can be sourced as a comma-separated list from VOLCENGINE_PROXY_INCLUDE_DOMAINS and cannot be combined with no_proxy.
- Proxy
Url string - HTTP, HTTPS, SOCKS5, or SOCKS5H proxy URL for Cloud Control API requests. It can also be sourced from the
VOLCENGINE_PROXY_URLenvironment variable. It can also be sourced from the following environment variable:VOLCENGINE_PROXY_URL - Region string
- The Region for Volcengine Provider. It must be provided, but it can also be sourced from the
VOLCENGINE_REGIONenvironment variable It can also be sourced from the following environment variable:VOLCENGINE_REGION - Secret
Key string - The Secret Key for Volcengine Provider. It can also be sourced from the
VOLCENGINE_SECRET_KEYenvironment variable It can also be sourced from the following environment variable:VOLCENGINE_SECRET_KEY - Session
Token string - The Session Token for Volcengine Provider. It can also be sourced from the
VOLCENGINE_SESSION_TOKENenvironment variable It can also be sourced from the following environment variable:VOLCENGINE_SESSION_TOKEN
- access_
key string - The Access Key for Volcengine Provider. It can also be sourced from the
VOLCENGINE_ACCESS_KEYenvironment variable It can also be sourced from the following environment variable:VOLCENGINE_ACCESS_KEY - assume_
role object - An
assumeRoleblock that uses the selected source credentials to obtain target-role credentials. Only oneassumeRoleblock may be in the configuration. - customer_
headers string - CUSTOMER HEADERS for Volcengine Provider. The customerHeaders field uses commas (,) to separate multiple headers, and colons (:) to separate each header key from its corresponding value. It can also be sourced from the following environment variable:
VOLCENGINE_CUSTOMER_HEADERS - disable_
ssl bool - Disable SSL for Volcengine Provider It can also be sourced from the following environment variable:
VOLCENGINE_DISABLE_SSL - endpoints object
- An
endpointsblock (documented below). Only oneendpointsblock may be in the configuration. - file_
path string - The Profile configuration file path for Volcengine Provider. It defaults to
~/.volcengine/config.jsonand can be sourced from theVOLCENGINE_FILE_PATHenvironment variable It can also be sourced from the following environment variable:VOLCENGINE_FILE_PATH - no_
proxy string - Comma-separated hosts, domain suffixes, IP addresses, or CIDR ranges that bypass proxy_url. It follows standard NO_PROXY matching and can be sourced from VOLCENGINE_NO_PROXY, NO_PROXY, or no_proxy.
- profile string
- The Profile for Volcengine Provider. It can be sourced from the
VOLCENGINE_PROFILEenvironment variable. Complete AccessKey and SecretKey credentials take precedence when both sources are configured It can also be sourced from the following environment variable:VOLCENGINE_PROFILE - string
- Value of the Proxy-Authorization header for Cloud Control API proxy requests, for example
Basic <token>. It can also be sourced from theVOLCENGINE_PROXY_AUTHORIZATIONenvironment variable. - proxy_
include_ list(string)domains - Hosts, domain suffixes, IP addresses, or CIDR ranges that use proxyUrl while all other destinations connect directly. It can be sourced as a comma-separated list from VOLCENGINE_PROXY_INCLUDE_DOMAINS and cannot be combined with no_proxy.
- proxy_
url string - HTTP, HTTPS, SOCKS5, or SOCKS5H proxy URL for Cloud Control API requests. It can also be sourced from the
VOLCENGINE_PROXY_URLenvironment variable. It can also be sourced from the following environment variable:VOLCENGINE_PROXY_URL - region string
- The Region for Volcengine Provider. It must be provided, but it can also be sourced from the
VOLCENGINE_REGIONenvironment variable It can also be sourced from the following environment variable:VOLCENGINE_REGION - secret_
key string - The Secret Key for Volcengine Provider. It can also be sourced from the
VOLCENGINE_SECRET_KEYenvironment variable It can also be sourced from the following environment variable:VOLCENGINE_SECRET_KEY - session_
token string - The Session Token for Volcengine Provider. It can also be sourced from the
VOLCENGINE_SESSION_TOKENenvironment variable It can also be sourced from the following environment variable:VOLCENGINE_SESSION_TOKEN
- access
Key String - The Access Key for Volcengine Provider. It can also be sourced from the
VOLCENGINE_ACCESS_KEYenvironment variable It can also be sourced from the following environment variable:VOLCENGINE_ACCESS_KEY - assume
Role ProviderAssume Role - An
assumeRoleblock that uses the selected source credentials to obtain target-role credentials. Only oneassumeRoleblock may be in the configuration. - customer
Headers String - CUSTOMER HEADERS for Volcengine Provider. The customerHeaders field uses commas (,) to separate multiple headers, and colons (:) to separate each header key from its corresponding value. It can also be sourced from the following environment variable:
VOLCENGINE_CUSTOMER_HEADERS - disable
Ssl Boolean - Disable SSL for Volcengine Provider It can also be sourced from the following environment variable:
VOLCENGINE_DISABLE_SSL - endpoints
Provider
Endpoints - An
endpointsblock (documented below). Only oneendpointsblock may be in the configuration. - file
Path String - The Profile configuration file path for Volcengine Provider. It defaults to
~/.volcengine/config.jsonand can be sourced from theVOLCENGINE_FILE_PATHenvironment variable It can also be sourced from the following environment variable:VOLCENGINE_FILE_PATH - no
Proxy String - Comma-separated hosts, domain suffixes, IP addresses, or CIDR ranges that bypass proxy_url. It follows standard NO_PROXY matching and can be sourced from VOLCENGINE_NO_PROXY, NO_PROXY, or no_proxy.
- profile String
- The Profile for Volcengine Provider. It can be sourced from the
VOLCENGINE_PROFILEenvironment variable. Complete AccessKey and SecretKey credentials take precedence when both sources are configured It can also be sourced from the following environment variable:VOLCENGINE_PROFILE - String
- Value of the Proxy-Authorization header for Cloud Control API proxy requests, for example
Basic <token>. It can also be sourced from theVOLCENGINE_PROXY_AUTHORIZATIONenvironment variable. - proxy
Include List<String>Domains - Hosts, domain suffixes, IP addresses, or CIDR ranges that use proxyUrl while all other destinations connect directly. It can be sourced as a comma-separated list from VOLCENGINE_PROXY_INCLUDE_DOMAINS and cannot be combined with no_proxy.
- proxy
Url String - HTTP, HTTPS, SOCKS5, or SOCKS5H proxy URL for Cloud Control API requests. It can also be sourced from the
VOLCENGINE_PROXY_URLenvironment variable. It can also be sourced from the following environment variable:VOLCENGINE_PROXY_URL - region String
- The Region for Volcengine Provider. It must be provided, but it can also be sourced from the
VOLCENGINE_REGIONenvironment variable It can also be sourced from the following environment variable:VOLCENGINE_REGION - secret
Key String - The Secret Key for Volcengine Provider. It can also be sourced from the
VOLCENGINE_SECRET_KEYenvironment variable It can also be sourced from the following environment variable:VOLCENGINE_SECRET_KEY - session
Token String - The Session Token for Volcengine Provider. It can also be sourced from the
VOLCENGINE_SESSION_TOKENenvironment variable It can also be sourced from the following environment variable:VOLCENGINE_SESSION_TOKEN
- access
Key string - The Access Key for Volcengine Provider. It can also be sourced from the
VOLCENGINE_ACCESS_KEYenvironment variable It can also be sourced from the following environment variable:VOLCENGINE_ACCESS_KEY - assume
Role ProviderAssume Role - An
assumeRoleblock that uses the selected source credentials to obtain target-role credentials. Only oneassumeRoleblock may be in the configuration. - customer
Headers string - CUSTOMER HEADERS for Volcengine Provider. The customerHeaders field uses commas (,) to separate multiple headers, and colons (:) to separate each header key from its corresponding value. It can also be sourced from the following environment variable:
VOLCENGINE_CUSTOMER_HEADERS - disable
Ssl boolean - Disable SSL for Volcengine Provider It can also be sourced from the following environment variable:
VOLCENGINE_DISABLE_SSL - endpoints
Provider
Endpoints - An
endpointsblock (documented below). Only oneendpointsblock may be in the configuration. - file
Path string - The Profile configuration file path for Volcengine Provider. It defaults to
~/.volcengine/config.jsonand can be sourced from theVOLCENGINE_FILE_PATHenvironment variable It can also be sourced from the following environment variable:VOLCENGINE_FILE_PATH - no
Proxy string - Comma-separated hosts, domain suffixes, IP addresses, or CIDR ranges that bypass proxy_url. It follows standard NO_PROXY matching and can be sourced from VOLCENGINE_NO_PROXY, NO_PROXY, or no_proxy.
- profile string
- The Profile for Volcengine Provider. It can be sourced from the
VOLCENGINE_PROFILEenvironment variable. Complete AccessKey and SecretKey credentials take precedence when both sources are configured It can also be sourced from the following environment variable:VOLCENGINE_PROFILE - string
- Value of the Proxy-Authorization header for Cloud Control API proxy requests, for example
Basic <token>. It can also be sourced from theVOLCENGINE_PROXY_AUTHORIZATIONenvironment variable. - proxy
Include string[]Domains - Hosts, domain suffixes, IP addresses, or CIDR ranges that use proxyUrl while all other destinations connect directly. It can be sourced as a comma-separated list from VOLCENGINE_PROXY_INCLUDE_DOMAINS and cannot be combined with no_proxy.
- proxy
Url string - HTTP, HTTPS, SOCKS5, or SOCKS5H proxy URL for Cloud Control API requests. It can also be sourced from the
VOLCENGINE_PROXY_URLenvironment variable. It can also be sourced from the following environment variable:VOLCENGINE_PROXY_URL - region string
- The Region for Volcengine Provider. It must be provided, but it can also be sourced from the
VOLCENGINE_REGIONenvironment variable It can also be sourced from the following environment variable:VOLCENGINE_REGION - secret
Key string - The Secret Key for Volcengine Provider. It can also be sourced from the
VOLCENGINE_SECRET_KEYenvironment variable It can also be sourced from the following environment variable:VOLCENGINE_SECRET_KEY - session
Token string - The Session Token for Volcengine Provider. It can also be sourced from the
VOLCENGINE_SESSION_TOKENenvironment variable It can also be sourced from the following environment variable:VOLCENGINE_SESSION_TOKEN
- access_
key str - The Access Key for Volcengine Provider. It can also be sourced from the
VOLCENGINE_ACCESS_KEYenvironment variable It can also be sourced from the following environment variable:VOLCENGINE_ACCESS_KEY - assume_
role ProviderAssume Role Args - An
assumeRoleblock that uses the selected source credentials to obtain target-role credentials. Only oneassumeRoleblock may be in the configuration. - customer_
headers str - CUSTOMER HEADERS for Volcengine Provider. The customerHeaders field uses commas (,) to separate multiple headers, and colons (:) to separate each header key from its corresponding value. It can also be sourced from the following environment variable:
VOLCENGINE_CUSTOMER_HEADERS - disable_
ssl bool - Disable SSL for Volcengine Provider It can also be sourced from the following environment variable:
VOLCENGINE_DISABLE_SSL - endpoints
Provider
Endpoints Args - An
endpointsblock (documented below). Only oneendpointsblock may be in the configuration. - file_
path str - The Profile configuration file path for Volcengine Provider. It defaults to
~/.volcengine/config.jsonand can be sourced from theVOLCENGINE_FILE_PATHenvironment variable It can also be sourced from the following environment variable:VOLCENGINE_FILE_PATH - no_
proxy str - Comma-separated hosts, domain suffixes, IP addresses, or CIDR ranges that bypass proxy_url. It follows standard NO_PROXY matching and can be sourced from VOLCENGINE_NO_PROXY, NO_PROXY, or no_proxy.
- profile str
- The Profile for Volcengine Provider. It can be sourced from the
VOLCENGINE_PROFILEenvironment variable. Complete AccessKey and SecretKey credentials take precedence when both sources are configured It can also be sourced from the following environment variable:VOLCENGINE_PROFILE - str
- Value of the Proxy-Authorization header for Cloud Control API proxy requests, for example
Basic <token>. It can also be sourced from theVOLCENGINE_PROXY_AUTHORIZATIONenvironment variable. - proxy_
include_ Sequence[str]domains - Hosts, domain suffixes, IP addresses, or CIDR ranges that use proxyUrl while all other destinations connect directly. It can be sourced as a comma-separated list from VOLCENGINE_PROXY_INCLUDE_DOMAINS and cannot be combined with no_proxy.
- proxy_
url str - HTTP, HTTPS, SOCKS5, or SOCKS5H proxy URL for Cloud Control API requests. It can also be sourced from the
VOLCENGINE_PROXY_URLenvironment variable. It can also be sourced from the following environment variable:VOLCENGINE_PROXY_URL - region str
- The Region for Volcengine Provider. It must be provided, but it can also be sourced from the
VOLCENGINE_REGIONenvironment variable It can also be sourced from the following environment variable:VOLCENGINE_REGION - secret_
key str - The Secret Key for Volcengine Provider. It can also be sourced from the
VOLCENGINE_SECRET_KEYenvironment variable It can also be sourced from the following environment variable:VOLCENGINE_SECRET_KEY - session_
token str - The Session Token for Volcengine Provider. It can also be sourced from the
VOLCENGINE_SESSION_TOKENenvironment variable It can also be sourced from the following environment variable:VOLCENGINE_SESSION_TOKEN
- access
Key String - The Access Key for Volcengine Provider. It can also be sourced from the
VOLCENGINE_ACCESS_KEYenvironment variable It can also be sourced from the following environment variable:VOLCENGINE_ACCESS_KEY - assume
Role Property Map - An
assumeRoleblock that uses the selected source credentials to obtain target-role credentials. Only oneassumeRoleblock may be in the configuration. - customer
Headers String - CUSTOMER HEADERS for Volcengine Provider. The customerHeaders field uses commas (,) to separate multiple headers, and colons (:) to separate each header key from its corresponding value. It can also be sourced from the following environment variable:
VOLCENGINE_CUSTOMER_HEADERS - disable
Ssl Boolean - Disable SSL for Volcengine Provider It can also be sourced from the following environment variable:
VOLCENGINE_DISABLE_SSL - endpoints Property Map
- An
endpointsblock (documented below). Only oneendpointsblock may be in the configuration. - file
Path String - The Profile configuration file path for Volcengine Provider. It defaults to
~/.volcengine/config.jsonand can be sourced from theVOLCENGINE_FILE_PATHenvironment variable It can also be sourced from the following environment variable:VOLCENGINE_FILE_PATH - no
Proxy String - Comma-separated hosts, domain suffixes, IP addresses, or CIDR ranges that bypass proxy_url. It follows standard NO_PROXY matching and can be sourced from VOLCENGINE_NO_PROXY, NO_PROXY, or no_proxy.
- profile String
- The Profile for Volcengine Provider. It can be sourced from the
VOLCENGINE_PROFILEenvironment variable. Complete AccessKey and SecretKey credentials take precedence when both sources are configured It can also be sourced from the following environment variable:VOLCENGINE_PROFILE - String
- Value of the Proxy-Authorization header for Cloud Control API proxy requests, for example
Basic <token>. It can also be sourced from theVOLCENGINE_PROXY_AUTHORIZATIONenvironment variable. - proxy
Include List<String>Domains - Hosts, domain suffixes, IP addresses, or CIDR ranges that use proxyUrl while all other destinations connect directly. It can be sourced as a comma-separated list from VOLCENGINE_PROXY_INCLUDE_DOMAINS and cannot be combined with no_proxy.
- proxy
Url String - HTTP, HTTPS, SOCKS5, or SOCKS5H proxy URL for Cloud Control API requests. It can also be sourced from the
VOLCENGINE_PROXY_URLenvironment variable. It can also be sourced from the following environment variable:VOLCENGINE_PROXY_URL - region String
- The Region for Volcengine Provider. It must be provided, but it can also be sourced from the
VOLCENGINE_REGIONenvironment variable It can also be sourced from the following environment variable:VOLCENGINE_REGION - secret
Key String - The Secret Key for Volcengine Provider. It can also be sourced from the
VOLCENGINE_SECRET_KEYenvironment variable It can also be sourced from the following environment variable:VOLCENGINE_SECRET_KEY - session
Token String - The Session Token for Volcengine Provider. It can also be sourced from the
VOLCENGINE_SESSION_TOKENenvironment variable It can also be sourced from the following environment variable:VOLCENGINE_SESSION_TOKEN
Outputs
All input properties are implicitly available as output properties. Additionally, the Provider 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.
Provider Resource Methods
TerraformConfig Method
This function returns a Terraform config object with terraform-namecased keys,to be used with the Terraform Module Provider.
Using TerraformConfig
terraformConfig(): Output<Provider.TerraformConfigResult>def terraform_config() -> Output[Provider.Terraform_configResult]func (r *Provider) TerraformConfig() (ProviderTerraformConfigResultOutput, error)public Output<Provider.TerraformConfigResult> TerraformConfig()TerraformConfig Result
- Result Dictionary<string, object>
- Result map[string]interface{}
- result map(any)
- result Map<String,Object>
- result {[key: string]: any}
- result Mapping[str, Any]
- result Map<Any>
Supporting Types
ProviderAssumeRole, ProviderAssumeRoleArgs
- Assume
Role stringTrn - he TRN of the role to assume.
- Duration
Seconds int - The duration of the session when making the AssumeRole call. Its value ranges from 900 to 43200(seconds), and default is 3600 seconds.
- Policy string
- A more restrictive policy when making the AssumeRole call
- Assume
Role stringTrn - he TRN of the role to assume.
- Duration
Seconds int - The duration of the session when making the AssumeRole call. Its value ranges from 900 to 43200(seconds), and default is 3600 seconds.
- Policy string
- A more restrictive policy when making the AssumeRole call
- assume_
role_ stringtrn - he TRN of the role to assume.
- duration_
seconds number - The duration of the session when making the AssumeRole call. Its value ranges from 900 to 43200(seconds), and default is 3600 seconds.
- policy string
- A more restrictive policy when making the AssumeRole call
- assume
Role StringTrn - he TRN of the role to assume.
- duration
Seconds Integer - The duration of the session when making the AssumeRole call. Its value ranges from 900 to 43200(seconds), and default is 3600 seconds.
- policy String
- A more restrictive policy when making the AssumeRole call
- assume
Role stringTrn - he TRN of the role to assume.
- duration
Seconds number - The duration of the session when making the AssumeRole call. Its value ranges from 900 to 43200(seconds), and default is 3600 seconds.
- policy string
- A more restrictive policy when making the AssumeRole call
- assume_
role_ strtrn - he TRN of the role to assume.
- duration_
seconds int - The duration of the session when making the AssumeRole call. Its value ranges from 900 to 43200(seconds), and default is 3600 seconds.
- policy str
- A more restrictive policy when making the AssumeRole call
- assume
Role StringTrn - he TRN of the role to assume.
- duration
Seconds Number - The duration of the session when making the AssumeRole call. Its value ranges from 900 to 43200(seconds), and default is 3600 seconds.
- policy String
- A more restrictive policy when making the AssumeRole call
ProviderEndpoints, ProviderEndpointsArgs
- Cloudcontrolapi string
- Use this to override the default Cloud Control API service endpoint URL
- Sts string
- Use this to override the default STS service endpoint URL
- Cloudcontrolapi string
- Use this to override the default Cloud Control API service endpoint URL
- Sts string
- Use this to override the default STS service endpoint URL
- cloudcontrolapi string
- Use this to override the default Cloud Control API service endpoint URL
- sts string
- Use this to override the default STS service endpoint URL
- cloudcontrolapi String
- Use this to override the default Cloud Control API service endpoint URL
- sts String
- Use this to override the default STS service endpoint URL
- cloudcontrolapi string
- Use this to override the default Cloud Control API service endpoint URL
- sts string
- Use this to override the default STS service endpoint URL
- cloudcontrolapi str
- Use this to override the default Cloud Control API service endpoint URL
- sts str
- Use this to override the default STS service endpoint URL
- cloudcontrolapi String
- Use this to override the default Cloud Control API service endpoint URL
- sts String
- Use this to override the default STS service endpoint URL
Package Details
- Repository
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
published on Thursday, Sep 3, 2026 by Volcengine