volcengine.Provider
Explore with Pulumi AI
The provider type for the volcengine 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_endpoints: Optional[str] = None,
customer_headers: Optional[str] = None,
disable_ssl: Optional[bool] = None,
endpoint: Optional[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:volcengine
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 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 following environment variable:
VOLCENGINE_ACCESS_KEY
- Assume
Role ProviderAssume Role - The ASSUME ROLE block for Volcengine Provider. If provided, terraform will attempt to assume this role using the supplied credentials.
- Customer
Endpoints string - CUSTOMER ENDPOINTS for Volcengine Provider
- Customer
Headers string - CUSTOMER HEADERS for Volcengine Provider
- Disable
Ssl bool - Disable SSL for Volcengine Provider
- Endpoint string
- The Customer Endpoint for Volcengine Provider
It can also be sourced from the following environment variable:
VOLCENGINE_ENDPOINT
- Proxy
Url string - PROXY URL for Volcengine Provider
- Region string
- The Region for Volcengine Provider
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 following environment variable:
VOLCENGINE_SECRET_KEY
- Session
Token string - The Session Token for Volcengine Provider
- Access
Key string - The Access Key for Volcengine Provider
It can also be sourced from the following environment variable:
VOLCENGINE_ACCESS_KEY
- Assume
Role ProviderAssume Role Args - The ASSUME ROLE block for Volcengine Provider. If provided, terraform will attempt to assume this role using the supplied credentials.
- Customer
Endpoints string - CUSTOMER ENDPOINTS for Volcengine Provider
- Customer
Headers string - CUSTOMER HEADERS for Volcengine Provider
- Disable
Ssl bool - Disable SSL for Volcengine Provider
- Endpoint string
- The Customer Endpoint for Volcengine Provider
It can also be sourced from the following environment variable:
VOLCENGINE_ENDPOINT
- Proxy
Url string - PROXY URL for Volcengine Provider
- Region string
- The Region for Volcengine Provider
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 following environment variable:
VOLCENGINE_SECRET_KEY
- Session
Token string - The Session Token for Volcengine Provider
- access
Key String - The Access Key for Volcengine Provider
It can also be sourced from the following environment variable:
VOLCENGINE_ACCESS_KEY
- assume
Role ProviderAssume Role - The ASSUME ROLE block for Volcengine Provider. If provided, terraform will attempt to assume this role using the supplied credentials.
- customer
Endpoints String - CUSTOMER ENDPOINTS for Volcengine Provider
- customer
Headers String - CUSTOMER HEADERS for Volcengine Provider
- disable
Ssl Boolean - Disable SSL for Volcengine Provider
- endpoint String
- The Customer Endpoint for Volcengine Provider
It can also be sourced from the following environment variable:
VOLCENGINE_ENDPOINT
- proxy
Url String - PROXY URL for Volcengine Provider
- region String
- The Region for Volcengine Provider
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 following environment variable:
VOLCENGINE_SECRET_KEY
- session
Token String - The Session Token for Volcengine Provider
- access
Key string - The Access Key for Volcengine Provider
It can also be sourced from the following environment variable:
VOLCENGINE_ACCESS_KEY
- assume
Role ProviderAssume Role - The ASSUME ROLE block for Volcengine Provider. If provided, terraform will attempt to assume this role using the supplied credentials.
- customer
Endpoints string - CUSTOMER ENDPOINTS for Volcengine Provider
- customer
Headers string - CUSTOMER HEADERS for Volcengine Provider
- disable
Ssl boolean - Disable SSL for Volcengine Provider
- endpoint string
- The Customer Endpoint for Volcengine Provider
It can also be sourced from the following environment variable:
VOLCENGINE_ENDPOINT
- proxy
Url string - PROXY URL for Volcengine Provider
- region string
- The Region for Volcengine Provider
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 following environment variable:
VOLCENGINE_SECRET_KEY
- session
Token string - The Session Token for Volcengine Provider
- access_
key str - The Access Key for Volcengine Provider
It can also be sourced from the following environment variable:
VOLCENGINE_ACCESS_KEY
- assume_
role ProviderAssume Role Args - The ASSUME ROLE block for Volcengine Provider. If provided, terraform will attempt to assume this role using the supplied credentials.
- customer_
endpoints str - CUSTOMER ENDPOINTS for Volcengine Provider
- customer_
headers str - CUSTOMER HEADERS for Volcengine Provider
- disable_
ssl bool - Disable SSL for Volcengine Provider
- endpoint str
- The Customer Endpoint for Volcengine Provider
It can also be sourced from the following environment variable:
VOLCENGINE_ENDPOINT
- proxy_
url str - PROXY URL for Volcengine Provider
- region str
- The Region for Volcengine Provider
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 following environment variable:
VOLCENGINE_SECRET_KEY
- session_
token str - The Session Token for Volcengine Provider
- access
Key String - The Access Key for Volcengine Provider
It can also be sourced from the following environment variable:
VOLCENGINE_ACCESS_KEY
- assume
Role Property Map - The ASSUME ROLE block for Volcengine Provider. If provided, terraform will attempt to assume this role using the supplied credentials.
- customer
Endpoints String - CUSTOMER ENDPOINTS for Volcengine Provider
- customer
Headers String - CUSTOMER HEADERS for Volcengine Provider
- disable
Ssl Boolean - Disable SSL for Volcengine Provider
- endpoint String
- The Customer Endpoint for Volcengine Provider
It can also be sourced from the following environment variable:
VOLCENGINE_ENDPOINT
- proxy
Url String - PROXY URL for Volcengine Provider
- region String
- The Region for Volcengine Provider
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 following environment variable:
VOLCENGINE_SECRET_KEY
- session
Token String - The Session Token for Volcengine Provider
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 str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
ProviderAssumeRole, ProviderAssumeRoleArgs
- Assume
Role stringSession Name - Assume
Role stringTrn - Duration
Seconds int - Policy string
- Assume
Role stringSession Name - Assume
Role stringTrn - Duration
Seconds int - Policy string
- assume
Role StringSession Name - assume
Role StringTrn - duration
Seconds Integer - policy String
- assume
Role stringSession Name - assume
Role stringTrn - duration
Seconds number - policy string
- assume_
role_ strsession_ name - assume_
role_ strtrn - duration_
seconds int - policy str
- assume
Role StringSession Name - assume
Role StringTrn - duration
Seconds Number - policy String
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
volcengine
Terraform Provider.