published on Thursday, Sep 10, 2026 by Byteplus
published on Thursday, Sep 10, 2026 by Byteplus
The provider type for the bytepluscc 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:bytepluscc
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "pulumi_providers_bytepluscc" "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 Byteplus Provider. It can also be sourced from the
BYTEPLUS_ACCESS_KEYenvironment variable It can also be sourced from the following environment variable:BYTEPLUS_ACCESS_KEY - Assume
Role Byteplus.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 Byteplus 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:
BYTEPLUS_CUSTOMER_HEADERS - Disable
Ssl bool - Disable SSL for Byteplus Provider It can also be sourced from the following environment variable:
BYTEPLUS_DISABLE_SSL - Endpoints
Byteplus.
Provider Endpoints - An
endpointsblock (documented below). Only oneendpointsblock may be in the configuration. - File
Path string - The Profile configuration file path for Byteplus Provider. It defaults to
~/.byteplus/config.jsonand can be sourced from theBYTEPLUS_FILE_PATHenvironment variable It can also be sourced from the following environment variable:BYTEPLUS_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 BYTEPLUS_NO_PROXY, NO_PROXY, or no_proxy.
- Profile string
- The Profile for Byteplus Provider. It can be sourced from the
BYTEPLUS_PROFILEenvironment variable. Complete AccessKey and SecretKey credentials take precedence when both sources are configured It can also be sourced from the following environment variable:BYTEPLUS_PROFILE - string
- Value of the Proxy-Authorization header for Cloud Control API proxy requests, for example
Basic <token>. It can also be sourced from theBYTEPLUS_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 BYTEPLUS_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
BYTEPLUS_PROXY_URLenvironment variable. It can also be sourced from the following environment variable:BYTEPLUS_PROXY_URL - Region string
- The Region for Byteplus Provider. It can also be sourced from the
BYTEPLUS_REGIONenvironment variable. Defaults toap-southeast-1when not provided. It can also be sourced from the following environment variable:BYTEPLUS_REGION - Secret
Key string - The Secret Key for Byteplus Provider. It can also be sourced from the
BYTEPLUS_SECRET_KEYenvironment variable It can also be sourced from the following environment variable:BYTEPLUS_SECRET_KEY - Session
Token string - The Session Token for Byteplus Provider, used together with temporary AK/SK obtained from STS. It can also be sourced from the
BYTEPLUS_SESSION_TOKENenvironment variable It can also be sourced from the following environment variable:BYTEPLUS_SESSION_TOKEN
- Access
Key string - The Access Key for Byteplus Provider. It can also be sourced from the
BYTEPLUS_ACCESS_KEYenvironment variable It can also be sourced from the following environment variable:BYTEPLUS_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 Byteplus 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:
BYTEPLUS_CUSTOMER_HEADERS - Disable
Ssl bool - Disable SSL for Byteplus Provider It can also be sourced from the following environment variable:
BYTEPLUS_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 Byteplus Provider. It defaults to
~/.byteplus/config.jsonand can be sourced from theBYTEPLUS_FILE_PATHenvironment variable It can also be sourced from the following environment variable:BYTEPLUS_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 BYTEPLUS_NO_PROXY, NO_PROXY, or no_proxy.
- Profile string
- The Profile for Byteplus Provider. It can be sourced from the
BYTEPLUS_PROFILEenvironment variable. Complete AccessKey and SecretKey credentials take precedence when both sources are configured It can also be sourced from the following environment variable:BYTEPLUS_PROFILE - string
- Value of the Proxy-Authorization header for Cloud Control API proxy requests, for example
Basic <token>. It can also be sourced from theBYTEPLUS_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 BYTEPLUS_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
BYTEPLUS_PROXY_URLenvironment variable. It can also be sourced from the following environment variable:BYTEPLUS_PROXY_URL - Region string
- The Region for Byteplus Provider. It can also be sourced from the
BYTEPLUS_REGIONenvironment variable. Defaults toap-southeast-1when not provided. It can also be sourced from the following environment variable:BYTEPLUS_REGION - Secret
Key string - The Secret Key for Byteplus Provider. It can also be sourced from the
BYTEPLUS_SECRET_KEYenvironment variable It can also be sourced from the following environment variable:BYTEPLUS_SECRET_KEY - Session
Token string - The Session Token for Byteplus Provider, used together with temporary AK/SK obtained from STS. It can also be sourced from the
BYTEPLUS_SESSION_TOKENenvironment variable It can also be sourced from the following environment variable:BYTEPLUS_SESSION_TOKEN
- access_
key string - The Access Key for Byteplus Provider. It can also be sourced from the
BYTEPLUS_ACCESS_KEYenvironment variable It can also be sourced from the following environment variable:BYTEPLUS_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 Byteplus 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:
BYTEPLUS_CUSTOMER_HEADERS - disable_
ssl bool - Disable SSL for Byteplus Provider It can also be sourced from the following environment variable:
BYTEPLUS_DISABLE_SSL - endpoints object
- An
endpointsblock (documented below). Only oneendpointsblock may be in the configuration. - file_
path string - The Profile configuration file path for Byteplus Provider. It defaults to
~/.byteplus/config.jsonand can be sourced from theBYTEPLUS_FILE_PATHenvironment variable It can also be sourced from the following environment variable:BYTEPLUS_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 BYTEPLUS_NO_PROXY, NO_PROXY, or no_proxy.
- profile string
- The Profile for Byteplus Provider. It can be sourced from the
BYTEPLUS_PROFILEenvironment variable. Complete AccessKey and SecretKey credentials take precedence when both sources are configured It can also be sourced from the following environment variable:BYTEPLUS_PROFILE - string
- Value of the Proxy-Authorization header for Cloud Control API proxy requests, for example
Basic <token>. It can also be sourced from theBYTEPLUS_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 BYTEPLUS_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
BYTEPLUS_PROXY_URLenvironment variable. It can also be sourced from the following environment variable:BYTEPLUS_PROXY_URL - region string
- The Region for Byteplus Provider. It can also be sourced from the
BYTEPLUS_REGIONenvironment variable. Defaults toap-southeast-1when not provided. It can also be sourced from the following environment variable:BYTEPLUS_REGION - secret_
key string - The Secret Key for Byteplus Provider. It can also be sourced from the
BYTEPLUS_SECRET_KEYenvironment variable It can also be sourced from the following environment variable:BYTEPLUS_SECRET_KEY - session_
token string - The Session Token for Byteplus Provider, used together with temporary AK/SK obtained from STS. It can also be sourced from the
BYTEPLUS_SESSION_TOKENenvironment variable It can also be sourced from the following environment variable:BYTEPLUS_SESSION_TOKEN
- access
Key String - The Access Key for Byteplus Provider. It can also be sourced from the
BYTEPLUS_ACCESS_KEYenvironment variable It can also be sourced from the following environment variable:BYTEPLUS_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 Byteplus 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:
BYTEPLUS_CUSTOMER_HEADERS - disable
Ssl Boolean - Disable SSL for Byteplus Provider It can also be sourced from the following environment variable:
BYTEPLUS_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 Byteplus Provider. It defaults to
~/.byteplus/config.jsonand can be sourced from theBYTEPLUS_FILE_PATHenvironment variable It can also be sourced from the following environment variable:BYTEPLUS_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 BYTEPLUS_NO_PROXY, NO_PROXY, or no_proxy.
- profile String
- The Profile for Byteplus Provider. It can be sourced from the
BYTEPLUS_PROFILEenvironment variable. Complete AccessKey and SecretKey credentials take precedence when both sources are configured It can also be sourced from the following environment variable:BYTEPLUS_PROFILE - String
- Value of the Proxy-Authorization header for Cloud Control API proxy requests, for example
Basic <token>. It can also be sourced from theBYTEPLUS_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 BYTEPLUS_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
BYTEPLUS_PROXY_URLenvironment variable. It can also be sourced from the following environment variable:BYTEPLUS_PROXY_URL - region String
- The Region for Byteplus Provider. It can also be sourced from the
BYTEPLUS_REGIONenvironment variable. Defaults toap-southeast-1when not provided. It can also be sourced from the following environment variable:BYTEPLUS_REGION - secret
Key String - The Secret Key for Byteplus Provider. It can also be sourced from the
BYTEPLUS_SECRET_KEYenvironment variable It can also be sourced from the following environment variable:BYTEPLUS_SECRET_KEY - session
Token String - The Session Token for Byteplus Provider, used together with temporary AK/SK obtained from STS. It can also be sourced from the
BYTEPLUS_SESSION_TOKENenvironment variable It can also be sourced from the following environment variable:BYTEPLUS_SESSION_TOKEN
- access
Key string - The Access Key for Byteplus Provider. It can also be sourced from the
BYTEPLUS_ACCESS_KEYenvironment variable It can also be sourced from the following environment variable:BYTEPLUS_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 Byteplus 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:
BYTEPLUS_CUSTOMER_HEADERS - disable
Ssl boolean - Disable SSL for Byteplus Provider It can also be sourced from the following environment variable:
BYTEPLUS_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 Byteplus Provider. It defaults to
~/.byteplus/config.jsonand can be sourced from theBYTEPLUS_FILE_PATHenvironment variable It can also be sourced from the following environment variable:BYTEPLUS_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 BYTEPLUS_NO_PROXY, NO_PROXY, or no_proxy.
- profile string
- The Profile for Byteplus Provider. It can be sourced from the
BYTEPLUS_PROFILEenvironment variable. Complete AccessKey and SecretKey credentials take precedence when both sources are configured It can also be sourced from the following environment variable:BYTEPLUS_PROFILE - string
- Value of the Proxy-Authorization header for Cloud Control API proxy requests, for example
Basic <token>. It can also be sourced from theBYTEPLUS_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 BYTEPLUS_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
BYTEPLUS_PROXY_URLenvironment variable. It can also be sourced from the following environment variable:BYTEPLUS_PROXY_URL - region string
- The Region for Byteplus Provider. It can also be sourced from the
BYTEPLUS_REGIONenvironment variable. Defaults toap-southeast-1when not provided. It can also be sourced from the following environment variable:BYTEPLUS_REGION - secret
Key string - The Secret Key for Byteplus Provider. It can also be sourced from the
BYTEPLUS_SECRET_KEYenvironment variable It can also be sourced from the following environment variable:BYTEPLUS_SECRET_KEY - session
Token string - The Session Token for Byteplus Provider, used together with temporary AK/SK obtained from STS. It can also be sourced from the
BYTEPLUS_SESSION_TOKENenvironment variable It can also be sourced from the following environment variable:BYTEPLUS_SESSION_TOKEN
- access_
key str - The Access Key for Byteplus Provider. It can also be sourced from the
BYTEPLUS_ACCESS_KEYenvironment variable It can also be sourced from the following environment variable:BYTEPLUS_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 Byteplus 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:
BYTEPLUS_CUSTOMER_HEADERS - disable_
ssl bool - Disable SSL for Byteplus Provider It can also be sourced from the following environment variable:
BYTEPLUS_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 Byteplus Provider. It defaults to
~/.byteplus/config.jsonand can be sourced from theBYTEPLUS_FILE_PATHenvironment variable It can also be sourced from the following environment variable:BYTEPLUS_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 BYTEPLUS_NO_PROXY, NO_PROXY, or no_proxy.
- profile str
- The Profile for Byteplus Provider. It can be sourced from the
BYTEPLUS_PROFILEenvironment variable. Complete AccessKey and SecretKey credentials take precedence when both sources are configured It can also be sourced from the following environment variable:BYTEPLUS_PROFILE - str
- Value of the Proxy-Authorization header for Cloud Control API proxy requests, for example
Basic <token>. It can also be sourced from theBYTEPLUS_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 BYTEPLUS_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
BYTEPLUS_PROXY_URLenvironment variable. It can also be sourced from the following environment variable:BYTEPLUS_PROXY_URL - region str
- The Region for Byteplus Provider. It can also be sourced from the
BYTEPLUS_REGIONenvironment variable. Defaults toap-southeast-1when not provided. It can also be sourced from the following environment variable:BYTEPLUS_REGION - secret_
key str - The Secret Key for Byteplus Provider. It can also be sourced from the
BYTEPLUS_SECRET_KEYenvironment variable It can also be sourced from the following environment variable:BYTEPLUS_SECRET_KEY - session_
token str - The Session Token for Byteplus Provider, used together with temporary AK/SK obtained from STS. It can also be sourced from the
BYTEPLUS_SESSION_TOKENenvironment variable It can also be sourced from the following environment variable:BYTEPLUS_SESSION_TOKEN
- access
Key String - The Access Key for Byteplus Provider. It can also be sourced from the
BYTEPLUS_ACCESS_KEYenvironment variable It can also be sourced from the following environment variable:BYTEPLUS_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 Byteplus 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:
BYTEPLUS_CUSTOMER_HEADERS - disable
Ssl Boolean - Disable SSL for Byteplus Provider It can also be sourced from the following environment variable:
BYTEPLUS_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 Byteplus Provider. It defaults to
~/.byteplus/config.jsonand can be sourced from theBYTEPLUS_FILE_PATHenvironment variable It can also be sourced from the following environment variable:BYTEPLUS_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 BYTEPLUS_NO_PROXY, NO_PROXY, or no_proxy.
- profile String
- The Profile for Byteplus Provider. It can be sourced from the
BYTEPLUS_PROFILEenvironment variable. Complete AccessKey and SecretKey credentials take precedence when both sources are configured It can also be sourced from the following environment variable:BYTEPLUS_PROFILE - String
- Value of the Proxy-Authorization header for Cloud Control API proxy requests, for example
Basic <token>. It can also be sourced from theBYTEPLUS_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 BYTEPLUS_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
BYTEPLUS_PROXY_URLenvironment variable. It can also be sourced from the following environment variable:BYTEPLUS_PROXY_URL - region String
- The Region for Byteplus Provider. It can also be sourced from the
BYTEPLUS_REGIONenvironment variable. Defaults toap-southeast-1when not provided. It can also be sourced from the following environment variable:BYTEPLUS_REGION - secret
Key String - The Secret Key for Byteplus Provider. It can also be sourced from the
BYTEPLUS_SECRET_KEYenvironment variable It can also be sourced from the following environment variable:BYTEPLUS_SECRET_KEY - session
Token String - The Session Token for Byteplus Provider, used together with temporary AK/SK obtained from STS. It can also be sourced from the
BYTEPLUS_SESSION_TOKENenvironment variable It can also be sourced from the following environment variable:BYTEPLUS_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
- bytepluscc byteplus-sdk/pulumi-bytepluscc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
byteplusccTerraform Provider.
published on Thursday, Sep 10, 2026 by Byteplus