Alibaba Cloud
Provider
The provider type for the alicloud 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 a Provider Resource
new Provider(name: string, args?: ProviderArgs, opts?: CustomResourceOptions);
@overload
def Provider(resource_name: str,
opts: Optional[ResourceOptions] = None,
access_key: Optional[str] = None,
account_id: Optional[str] = None,
assume_role: Optional[ProviderAssumeRoleArgs] = None,
client_connect_timeout: Optional[int] = None,
client_read_timeout: Optional[int] = None,
configuration_source: Optional[str] = None,
credentials_uri: Optional[str] = None,
ecs_role_name: Optional[str] = None,
endpoints: Optional[Sequence[ProviderEndpointArgs]] = None,
fc: Optional[str] = None,
log_endpoint: Optional[str] = None,
mns_endpoint: Optional[str] = None,
ots_instance_name: Optional[str] = None,
profile: Optional[str] = None,
protocol: Optional[str] = None,
region: Optional[str] = None,
secret_key: Optional[str] = None,
secure_transport: Optional[str] = None,
security_token: Optional[str] = None,
security_transport: Optional[str] = None,
shared_credentials_file: Optional[str] = None,
skip_region_validation: Optional[bool] = None,
source_ip: Optional[str] = None)
@overload
def Provider(resource_name: str,
args: Optional[ProviderArgs] = None,
opts: Optional[ResourceOptions] = 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:alicloud
properties: # The arguments to resource properties.
options: # 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.
- 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
The Provider resource accepts the following input properties:
- Access
Key string The access key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
- Account
Id string The account ID for some service API operations. You can retrieve this from the 'Security Settings' section of the Alibaba Cloud console.
- Assume
Role Pulumi.Ali Cloud. Inputs. Provider Assume Role Args - Client
Connect intTimeout The maximum timeout of the client connection server.
- Client
Read intTimeout The maximum timeout of the client read request.
- Configuration
Source string Use this to mark a terraform configuration file source.
- Credentials
Uri string The URI of sidecar credentials service.
- Ecs
Role stringName The RAM Role Name attached on a ECS instance for API operations. You can retrieve this from the 'Access Control' section of the Alibaba Cloud console. It can also be sourced from the following environment variable:
ALICLOUD_ECS_ROLE_NAME
- Endpoints
List<Pulumi.
Ali Cloud. Inputs. Provider Endpoint Args> - Fc string
Field 'fc' has been deprecated from provider version 1.28.0. New field 'fc' which in nested endpoints instead.
- Log
Endpoint string Field 'log_endpoint' has been deprecated from provider version 1.28.0. New field 'log' which in nested endpoints instead.
- Mns
Endpoint string Field 'mns_endpoint' has been deprecated from provider version 1.28.0. New field 'mns' which in nested endpoints instead.
- Ots
Instance stringName Field 'ots_instance_name' has been deprecated from provider version 1.10.0. New field 'instance_name' of resource 'alicloud_ots_table' instead.
- Profile string
The profile for API operations. If not set, the default profile created with
aliyun configure
will be used. It can also be sourced from the following environment variable:ALICLOUD_PROFILE
- Protocol string
- Region string
The region where Alibaba Cloud operations will take place. Examples are cn-beijing, cn-hangzhou, eu-central-1, etc. It can also be sourced from the following environment variable:
ALICLOUD_REGION
- Secret
Key string The secret key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
- Secure
Transport string The security transport for the assume role invoking.
- Security
Token string security token. A security token is only required if you are using Security Token Service.
- Security
Transport string - string
The path to the shared credentials file. If not set this defaults to ~/.aliyun/config.json
- Skip
Region boolValidation Skip static validation of region ID. Used by users of alternative AlibabaCloud-like APIs or users w/ access to regions that are not public (yet).
- Source
Ip string The source ip for the assume role invoking.
- Access
Key string The access key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
- Account
Id string The account ID for some service API operations. You can retrieve this from the 'Security Settings' section of the Alibaba Cloud console.
- Assume
Role ProviderAssume Role Args - Client
Connect intTimeout The maximum timeout of the client connection server.
- Client
Read intTimeout The maximum timeout of the client read request.
- Configuration
Source string Use this to mark a terraform configuration file source.
- Credentials
Uri string The URI of sidecar credentials service.
- Ecs
Role stringName The RAM Role Name attached on a ECS instance for API operations. You can retrieve this from the 'Access Control' section of the Alibaba Cloud console. It can also be sourced from the following environment variable:
ALICLOUD_ECS_ROLE_NAME
- Endpoints
[]Provider
Endpoint Args - Fc string
Field 'fc' has been deprecated from provider version 1.28.0. New field 'fc' which in nested endpoints instead.
- Log
Endpoint string Field 'log_endpoint' has been deprecated from provider version 1.28.0. New field 'log' which in nested endpoints instead.
- Mns
Endpoint string Field 'mns_endpoint' has been deprecated from provider version 1.28.0. New field 'mns' which in nested endpoints instead.
- Ots
Instance stringName Field 'ots_instance_name' has been deprecated from provider version 1.10.0. New field 'instance_name' of resource 'alicloud_ots_table' instead.
- Profile string
The profile for API operations. If not set, the default profile created with
aliyun configure
will be used. It can also be sourced from the following environment variable:ALICLOUD_PROFILE
- Protocol string
- Region string
The region where Alibaba Cloud operations will take place. Examples are cn-beijing, cn-hangzhou, eu-central-1, etc. It can also be sourced from the following environment variable:
ALICLOUD_REGION
- Secret
Key string The secret key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
- Secure
Transport string The security transport for the assume role invoking.
- Security
Token string security token. A security token is only required if you are using Security Token Service.
- Security
Transport string - string
The path to the shared credentials file. If not set this defaults to ~/.aliyun/config.json
- Skip
Region boolValidation Skip static validation of region ID. Used by users of alternative AlibabaCloud-like APIs or users w/ access to regions that are not public (yet).
- Source
Ip string The source ip for the assume role invoking.
- access
Key String The access key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
- account
Id String The account ID for some service API operations. You can retrieve this from the 'Security Settings' section of the Alibaba Cloud console.
- assume
Role ProviderAssume Role Args - client
Connect IntegerTimeout The maximum timeout of the client connection server.
- client
Read IntegerTimeout The maximum timeout of the client read request.
- configuration
Source String Use this to mark a terraform configuration file source.
- credentials
Uri String The URI of sidecar credentials service.
- ecs
Role StringName The RAM Role Name attached on a ECS instance for API operations. You can retrieve this from the 'Access Control' section of the Alibaba Cloud console. It can also be sourced from the following environment variable:
ALICLOUD_ECS_ROLE_NAME
- endpoints
List<Provider
Endpoint Args> - fc String
Field 'fc' has been deprecated from provider version 1.28.0. New field 'fc' which in nested endpoints instead.
- log
Endpoint String Field 'log_endpoint' has been deprecated from provider version 1.28.0. New field 'log' which in nested endpoints instead.
- mns
Endpoint String Field 'mns_endpoint' has been deprecated from provider version 1.28.0. New field 'mns' which in nested endpoints instead.
- ots
Instance StringName Field 'ots_instance_name' has been deprecated from provider version 1.10.0. New field 'instance_name' of resource 'alicloud_ots_table' instead.
- profile String
The profile for API operations. If not set, the default profile created with
aliyun configure
will be used. It can also be sourced from the following environment variable:ALICLOUD_PROFILE
- protocol String
- region String
The region where Alibaba Cloud operations will take place. Examples are cn-beijing, cn-hangzhou, eu-central-1, etc. It can also be sourced from the following environment variable:
ALICLOUD_REGION
- secret
Key String The secret key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
- secure
Transport String The security transport for the assume role invoking.
- security
Token String security token. A security token is only required if you are using Security Token Service.
- security
Transport String - String
The path to the shared credentials file. If not set this defaults to ~/.aliyun/config.json
- skip
Region BooleanValidation Skip static validation of region ID. Used by users of alternative AlibabaCloud-like APIs or users w/ access to regions that are not public (yet).
- source
Ip String The source ip for the assume role invoking.
- access
Key string The access key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
- account
Id string The account ID for some service API operations. You can retrieve this from the 'Security Settings' section of the Alibaba Cloud console.
- assume
Role ProviderAssume Role Args - client
Connect numberTimeout The maximum timeout of the client connection server.
- client
Read numberTimeout The maximum timeout of the client read request.
- configuration
Source string Use this to mark a terraform configuration file source.
- credentials
Uri string The URI of sidecar credentials service.
- ecs
Role stringName The RAM Role Name attached on a ECS instance for API operations. You can retrieve this from the 'Access Control' section of the Alibaba Cloud console. It can also be sourced from the following environment variable:
ALICLOUD_ECS_ROLE_NAME
- endpoints
Provider
Endpoint Args[] - fc string
Field 'fc' has been deprecated from provider version 1.28.0. New field 'fc' which in nested endpoints instead.
- log
Endpoint string Field 'log_endpoint' has been deprecated from provider version 1.28.0. New field 'log' which in nested endpoints instead.
- mns
Endpoint string Field 'mns_endpoint' has been deprecated from provider version 1.28.0. New field 'mns' which in nested endpoints instead.
- ots
Instance stringName Field 'ots_instance_name' has been deprecated from provider version 1.10.0. New field 'instance_name' of resource 'alicloud_ots_table' instead.
- profile string
The profile for API operations. If not set, the default profile created with
aliyun configure
will be used. It can also be sourced from the following environment variable:ALICLOUD_PROFILE
- protocol string
- region string
The region where Alibaba Cloud operations will take place. Examples are cn-beijing, cn-hangzhou, eu-central-1, etc. It can also be sourced from the following environment variable:
ALICLOUD_REGION
- secret
Key string The secret key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
- secure
Transport string The security transport for the assume role invoking.
- security
Token string security token. A security token is only required if you are using Security Token Service.
- security
Transport string - string
The path to the shared credentials file. If not set this defaults to ~/.aliyun/config.json
- skip
Region booleanValidation Skip static validation of region ID. Used by users of alternative AlibabaCloud-like APIs or users w/ access to regions that are not public (yet).
- source
Ip string The source ip for the assume role invoking.
- access_
key str The access key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
- account_
id str The account ID for some service API operations. You can retrieve this from the 'Security Settings' section of the Alibaba Cloud console.
- assume_
role ProviderAssume Role Args - client_
connect_ inttimeout The maximum timeout of the client connection server.
- client_
read_ inttimeout The maximum timeout of the client read request.
- configuration_
source str Use this to mark a terraform configuration file source.
- credentials_
uri str The URI of sidecar credentials service.
- ecs_
role_ strname The RAM Role Name attached on a ECS instance for API operations. You can retrieve this from the 'Access Control' section of the Alibaba Cloud console. It can also be sourced from the following environment variable:
ALICLOUD_ECS_ROLE_NAME
- endpoints
Sequence[Provider
Endpoint Args] - fc str
Field 'fc' has been deprecated from provider version 1.28.0. New field 'fc' which in nested endpoints instead.
- log_
endpoint str Field 'log_endpoint' has been deprecated from provider version 1.28.0. New field 'log' which in nested endpoints instead.
- mns_
endpoint str Field 'mns_endpoint' has been deprecated from provider version 1.28.0. New field 'mns' which in nested endpoints instead.
- ots_
instance_ strname Field 'ots_instance_name' has been deprecated from provider version 1.10.0. New field 'instance_name' of resource 'alicloud_ots_table' instead.
- profile str
The profile for API operations. If not set, the default profile created with
aliyun configure
will be used. It can also be sourced from the following environment variable:ALICLOUD_PROFILE
- protocol str
- region str
The region where Alibaba Cloud operations will take place. Examples are cn-beijing, cn-hangzhou, eu-central-1, etc. It can also be sourced from the following environment variable:
ALICLOUD_REGION
- secret_
key str The secret key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
- secure_
transport str The security transport for the assume role invoking.
- security_
token str security token. A security token is only required if you are using Security Token Service.
- security_
transport str - str
The path to the shared credentials file. If not set this defaults to ~/.aliyun/config.json
- skip_
region_ boolvalidation Skip static validation of region ID. Used by users of alternative AlibabaCloud-like APIs or users w/ access to regions that are not public (yet).
- source_
ip str The source ip for the assume role invoking.
- access
Key String The access key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
- account
Id String The account ID for some service API operations. You can retrieve this from the 'Security Settings' section of the Alibaba Cloud console.
- assume
Role Property Map - client
Connect NumberTimeout The maximum timeout of the client connection server.
- client
Read NumberTimeout The maximum timeout of the client read request.
- configuration
Source String Use this to mark a terraform configuration file source.
- credentials
Uri String The URI of sidecar credentials service.
- ecs
Role StringName The RAM Role Name attached on a ECS instance for API operations. You can retrieve this from the 'Access Control' section of the Alibaba Cloud console. It can also be sourced from the following environment variable:
ALICLOUD_ECS_ROLE_NAME
- endpoints List<Property Map>
- fc String
Field 'fc' has been deprecated from provider version 1.28.0. New field 'fc' which in nested endpoints instead.
- log
Endpoint String Field 'log_endpoint' has been deprecated from provider version 1.28.0. New field 'log' which in nested endpoints instead.
- mns
Endpoint String Field 'mns_endpoint' has been deprecated from provider version 1.28.0. New field 'mns' which in nested endpoints instead.
- ots
Instance StringName Field 'ots_instance_name' has been deprecated from provider version 1.10.0. New field 'instance_name' of resource 'alicloud_ots_table' instead.
- profile String
The profile for API operations. If not set, the default profile created with
aliyun configure
will be used. It can also be sourced from the following environment variable:ALICLOUD_PROFILE
- protocol String
- region String
The region where Alibaba Cloud operations will take place. Examples are cn-beijing, cn-hangzhou, eu-central-1, etc. It can also be sourced from the following environment variable:
ALICLOUD_REGION
- secret
Key String The secret key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
- secure
Transport String The security transport for the assume role invoking.
- security
Token String security token. A security token is only required if you are using Security Token Service.
- security
Transport String - String
The path to the shared credentials file. If not set this defaults to ~/.aliyun/config.json
- skip
Region BooleanValidation Skip static validation of region ID. Used by users of alternative AlibabaCloud-like APIs or users w/ access to regions that are not public (yet).
- source
Ip String The source ip for the assume role invoking.
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
- Role
Arn string - Policy string
- Session
Expiration int - Session
Name string
- Role
Arn string - Policy string
- Session
Expiration int - Session
Name string
- role
Arn String - policy String
- session
Expiration Integer - session
Name String
- role
Arn string - policy string
- session
Expiration number - session
Name string
- role_
arn str - policy str
- session_
expiration int - session_
name str
- role
Arn String - policy String
- session
Expiration Number - session
Name String
ProviderEndpoint
- Acr string
- Actiontrail string
- Adb string
- Alb string
- Alidfs string
- Alidns string
- Alikafka string
- Apigateway string
- Arms string
- Bastionhost string
- Brain
Industrial string - Bssopenapi string
- Cas string
- Cassandra string
- Cbn string
- Cddc string
- Cdn string
- Cds string
- Clickhouse string
- Cloudauth string
- Cloudphone string
- Cloudsso string
- Cms string
- Config string
- Cr string
- Cs string
- Datahub string
- Dataworkspublic string
- Dbfs string
- Dcdn string
- Ddosbasic string
- Ddosbgp string
- Ddoscoo string
- Dds string
- Devopsrdc string
- Dg string
- Dm string
- Dms
Enterprise string - Dns string
- Drds string
- Dts string
- Eais string
- Eci string
- Ecs string
- Edsuser string
- Ehpc string
- Eipanycast string
- Elasticsearch string
- Emr string
- Ens string
- Ess string
- Eventbridge string
- Fc string
- Fnf string
- Ga string
- Gaplus string
- Gds string
- Gpdb string
- Gwsecd string
- Hbr string
- Hcs
Sgw string - Hitsdb string
- Imm string
- Imp string
- Ims string
- Iot string
- Kms string
- Kvstore string
- Location string
- Log string
- Market string
- Maxcompute string
- Mhub string
- Mns string
- Mscopensubscription string
- Mse string
- Nas string
- Ons string
- Onsproxy string
- Oos string
- Opensearch string
- Oss string
- Ots string
- Polardb string
- Privatelink string
- Pvtz string
- Quickbi string
- Quotas string
- RKvstore string
- Ram string
- Rds string
- Redisa string
- Resourcemanager string
- Resourcesharing string
- Ros string
- Sas string
- Scdn string
- Sddp string
- Serverless string
- Servicemesh string
- Sgw string
- Slb string
- Smartag string
- Sts string
- Swas string
- Tag string
- Vod string
- Vpc string
- Vs string
- Waf string
- Waf
Openapi string
- Acr string
- Actiontrail string
- Adb string
- Alb string
- Alidfs string
- Alidns string
- Alikafka string
- Apigateway string
- Arms string
- Bastionhost string
- Brain
Industrial string - Bssopenapi string
- Cas string
- Cassandra string
- Cbn string
- Cddc string
- Cdn string
- Cds string
- Clickhouse string
- Cloudauth string
- Cloudphone string
- Cloudsso string
- Cms string
- Config string
- Cr string
- Cs string
- Datahub string
- Dataworkspublic string
- Dbfs string
- Dcdn string
- Ddosbasic string
- Ddosbgp string
- Ddoscoo string
- Dds string
- Devopsrdc string
- Dg string
- Dm string
- Dms
Enterprise string - Dns string
- Drds string
- Dts string
- Eais string
- Eci string
- Ecs string
- Edsuser string
- Ehpc string
- Eipanycast string
- Elasticsearch string
- Emr string
- Ens string
- Ess string
- Eventbridge string
- Fc string
- Fnf string
- Ga string
- Gaplus string
- Gds string
- Gpdb string
- Gwsecd string
- Hbr string
- Hcs
Sgw string - Hitsdb string
- Imm string
- Imp string
- Ims string
- Iot string
- Kms string
- Kvstore string
- Location string
- Log string
- Market string
- Maxcompute string
- Mhub string
- Mns string
- Mscopensubscription string
- Mse string
- Nas string
- Ons string
- Onsproxy string
- Oos string
- Opensearch string
- Oss string
- Ots string
- Polardb string
- Privatelink string
- Pvtz string
- Quickbi string
- Quotas string
- RKvstore string
- Ram string
- Rds string
- Redisa string
- Resourcemanager string
- Resourcesharing string
- Ros string
- Sas string
- Scdn string
- Sddp string
- Serverless string
- Servicemesh string
- Sgw string
- Slb string
- Smartag string
- Sts string
- Swas string
- Tag string
- Vod string
- Vpc string
- Vs string
- Waf string
- Waf
Openapi string
- acr String
- actiontrail String
- adb String
- alb String
- alidfs String
- alidns String
- alikafka String
- apigateway String
- arms String
- bastionhost String
- brain
Industrial String - bssopenapi String
- cas String
- cassandra String
- cbn String
- cddc String
- cdn String
- cds String
- clickhouse String
- cloudauth String
- cloudphone String
- cloudsso String
- cms String
- config String
- cr String
- cs String
- datahub String
- dataworkspublic String
- dbfs String
- dcdn String
- ddosbasic String
- ddosbgp String
- ddoscoo String
- dds String
- devopsrdc String
- dg String
- dm String
- dms
Enterprise String - dns String
- drds String
- dts String
- eais String
- eci String
- ecs String
- edsuser String
- ehpc String
- eipanycast String
- elasticsearch String
- emr String
- ens String
- ess String
- eventbridge String
- fc String
- fnf String
- ga String
- gaplus String
- gds String
- gpdb String
- gwsecd String
- hbr String
- hcs
Sgw String - hitsdb String
- imm String
- imp String
- ims String
- iot String
- kms String
- kvstore String
- location String
- log String
- market String
- maxcompute String
- mhub String
- mns String
- mscopensubscription String
- mse String
- nas String
- ons String
- onsproxy String
- oos String
- opensearch String
- oss String
- ots String
- polardb String
- privatelink String
- pvtz String
- quickbi String
- quotas String
- r
Kvstore String - ram String
- rds String
- redisa String
- resourcemanager String
- resourcesharing String
- ros String
- sas String
- scdn String
- sddp String
- serverless String
- servicemesh String
- sgw String
- slb String
- smartag String
- sts String
- swas String
- tag String
- vod String
- vpc String
- vs String
- waf String
- waf
Openapi String
- acr string
- actiontrail string
- adb string
- alb string
- alidfs string
- alidns string
- alikafka string
- apigateway string
- arms string
- bastionhost string
- brain
Industrial string - bssopenapi string
- cas string
- cassandra string
- cbn string
- cddc string
- cdn string
- cds string
- clickhouse string
- cloudauth string
- cloudphone string
- cloudsso string
- cms string
- config string
- cr string
- cs string
- datahub string
- dataworkspublic string
- dbfs string
- dcdn string
- ddosbasic string
- ddosbgp string
- ddoscoo string
- dds string
- devopsrdc string
- dg string
- dm string
- dms
Enterprise string - dns string
- drds string
- dts string
- eais string
- eci string
- ecs string
- edsuser string
- ehpc string
- eipanycast string
- elasticsearch string
- emr string
- ens string
- ess string
- eventbridge string
- fc string
- fnf string
- ga string
- gaplus string
- gds string
- gpdb string
- gwsecd string
- hbr string
- hcs
Sgw string - hitsdb string
- imm string
- imp string
- ims string
- iot string
- kms string
- kvstore string
- location string
- log string
- market string
- maxcompute string
- mhub string
- mns string
- mscopensubscription string
- mse string
- nas string
- ons string
- onsproxy string
- oos string
- opensearch string
- oss string
- ots string
- polardb string
- privatelink string
- pvtz string
- quickbi string
- quotas string
- r
Kvstore string - ram string
- rds string
- redisa string
- resourcemanager string
- resourcesharing string
- ros string
- sas string
- scdn string
- sddp string
- serverless string
- servicemesh string
- sgw string
- slb string
- smartag string
- sts string
- swas string
- tag string
- vod string
- vpc string
- vs string
- waf string
- waf
Openapi string
- acr str
- actiontrail str
- adb str
- alb str
- alidfs str
- alidns str
- alikafka str
- apigateway str
- arms str
- bastionhost str
- brain_
industrial str - bssopenapi str
- cas str
- cassandra str
- cbn str
- cddc str
- cdn str
- cds str
- clickhouse str
- cloudauth str
- cloudphone str
- cloudsso str
- cms str
- config str
- cr str
- cs str
- datahub str
- dataworkspublic str
- dbfs str
- dcdn str
- ddosbasic str
- ddosbgp str
- ddoscoo str
- dds str
- devopsrdc str
- dg str
- dm str
- dms_
enterprise str - dns str
- drds str
- dts str
- eais str
- eci str
- ecs str
- edsuser str
- ehpc str
- eipanycast str
- elasticsearch str
- emr str
- ens str
- ess str
- eventbridge str
- fc str
- fnf str
- ga str
- gaplus str
- gds str
- gpdb str
- gwsecd str
- hbr str
- hcs_
sgw str - hitsdb str
- imm str
- imp str
- ims str
- iot str
- kms str
- kvstore str
- location str
- log str
- market str
- maxcompute str
- mhub str
- mns str
- mscopensubscription str
- mse str
- nas str
- ons str
- onsproxy str
- oos str
- opensearch str
- oss str
- ots str
- polardb str
- privatelink str
- pvtz str
- quickbi str
- quotas str
- r_
kvstore str - ram str
- rds str
- redisa str
- resourcemanager str
- resourcesharing str
- ros str
- sas str
- scdn str
- sddp str
- serverless str
- servicemesh str
- sgw str
- slb str
- smartag str
- sts str
- swas str
- tag str
- vod str
- vpc str
- vs str
- waf str
- waf_
openapi str
- acr String
- actiontrail String
- adb String
- alb String
- alidfs String
- alidns String
- alikafka String
- apigateway String
- arms String
- bastionhost String
- brain
Industrial String - bssopenapi String
- cas String
- cassandra String
- cbn String
- cddc String
- cdn String
- cds String
- clickhouse String
- cloudauth String
- cloudphone String
- cloudsso String
- cms String
- config String
- cr String
- cs String
- datahub String
- dataworkspublic String
- dbfs String
- dcdn String
- ddosbasic String
- ddosbgp String
- ddoscoo String
- dds String
- devopsrdc String
- dg String
- dm String
- dms
Enterprise String - dns String
- drds String
- dts String
- eais String
- eci String
- ecs String
- edsuser String
- ehpc String
- eipanycast String
- elasticsearch String
- emr String
- ens String
- ess String
- eventbridge String
- fc String
- fnf String
- ga String
- gaplus String
- gds String
- gpdb String
- gwsecd String
- hbr String
- hcs
Sgw String - hitsdb String
- imm String
- imp String
- ims String
- iot String
- kms String
- kvstore String
- location String
- log String
- market String
- maxcompute String
- mhub String
- mns String
- mscopensubscription String
- mse String
- nas String
- ons String
- onsproxy String
- oos String
- opensearch String
- oss String
- ots String
- polardb String
- privatelink String
- pvtz String
- quickbi String
- quotas String
- r
Kvstore String - ram String
- rds String
- redisa String
- resourcemanager String
- resourcesharing String
- ros String
- sas String
- scdn String
- sddp String
- serverless String
- servicemesh String
- sgw String
- slb String
- smartag String
- sts String
- swas String
- tag String
- vod String
- vpc String
- vs String
- waf String
- waf
Openapi String
Package Details
- Repository
- https://github.com/pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
alicloud
Terraform Provider.