1. Packages
  2. Alibaba Cloud Provider
  3. API Docs
  4. Provider
Alibaba Cloud v3.76.0 published on Tuesday, Apr 8, 2025 by Pulumi

alicloud.Provider

Explore with Pulumi AI

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 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,
             account_id: Optional[str] = None,
             account_type: Optional[str] = None,
             assume_role: Optional[ProviderAssumeRoleArgs] = None,
             assume_role_with_oidc: Optional[ProviderAssumeRoleWithOidcArgs] = 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,
             max_retry_timeout: Optional[int] = 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,
             sign_version: Optional[ProviderSignVersionArgs] = None,
             skip_region_validation: Optional[bool] = None,
             source_ip: 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:alicloud
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. String
The unique name of the resource.
args This property is required. 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:

AccessKey string
The access key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
AccountId string
The account ID for some service API operations. You can retrieve this from the 'Security Settings' section of the Alibaba Cloud console.
AccountType string
AssumeRole Pulumi.AliCloud.Inputs.ProviderAssumeRole
AssumeRoleWithOidc Pulumi.AliCloud.Inputs.ProviderAssumeRoleWithOidc
ClientConnectTimeout int
The maximum timeout of the client connection server.
ClientReadTimeout int
The maximum timeout of the client read request.
ConfigurationSource string
CredentialsUri string
The URI of sidecar credentials service.
EcsRoleName string
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.AliCloud.Inputs.ProviderEndpoint>
Fc string

Deprecated: Field 'fc' has been deprecated from provider version 1.28.0. New field 'fc' which in nested endpoints instead.

LogEndpoint string

Deprecated: Field 'log_endpoint' has been deprecated from provider version 1.28.0. New field 'log' which in nested endpoints instead.

MaxRetryTimeout int
The maximum retry timeout of the request.
MnsEndpoint string

Deprecated: Field 'mns_endpoint' has been deprecated from provider version 1.28.0. New field 'mns' which in nested endpoints instead.

OtsInstanceName string

Deprecated: 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
SecretKey string
The secret key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
SecureTransport string
The security transport for the assume role invoking.
SecurityToken string
security token. A security token is only required if you are using Security Token Service.
SecurityTransport string
SharedCredentialsFile string
The path to the shared credentials file. If not set this defaults to ~/.aliyun/config.json
SignVersion Pulumi.AliCloud.Inputs.ProviderSignVersion
SkipRegionValidation bool
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).
SourceIp string
The source ip for the assume role invoking.
AccessKey string
The access key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
AccountId string
The account ID for some service API operations. You can retrieve this from the 'Security Settings' section of the Alibaba Cloud console.
AccountType string
AssumeRole ProviderAssumeRoleArgs
AssumeRoleWithOidc ProviderAssumeRoleWithOidcArgs
ClientConnectTimeout int
The maximum timeout of the client connection server.
ClientReadTimeout int
The maximum timeout of the client read request.
ConfigurationSource string
CredentialsUri string
The URI of sidecar credentials service.
EcsRoleName string
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 []ProviderEndpointArgs
Fc string

Deprecated: Field 'fc' has been deprecated from provider version 1.28.0. New field 'fc' which in nested endpoints instead.

LogEndpoint string

Deprecated: Field 'log_endpoint' has been deprecated from provider version 1.28.0. New field 'log' which in nested endpoints instead.

MaxRetryTimeout int
The maximum retry timeout of the request.
MnsEndpoint string

Deprecated: Field 'mns_endpoint' has been deprecated from provider version 1.28.0. New field 'mns' which in nested endpoints instead.

OtsInstanceName string

Deprecated: 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
SecretKey string
The secret key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
SecureTransport string
The security transport for the assume role invoking.
SecurityToken string
security token. A security token is only required if you are using Security Token Service.
SecurityTransport string
SharedCredentialsFile string
The path to the shared credentials file. If not set this defaults to ~/.aliyun/config.json
SignVersion ProviderSignVersionArgs
SkipRegionValidation bool
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).
SourceIp string
The source ip for the assume role invoking.
accessKey String
The access key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
accountId String
The account ID for some service API operations. You can retrieve this from the 'Security Settings' section of the Alibaba Cloud console.
accountType String
assumeRole ProviderAssumeRole
assumeRoleWithOidc ProviderAssumeRoleWithOidc
clientConnectTimeout Integer
The maximum timeout of the client connection server.
clientReadTimeout Integer
The maximum timeout of the client read request.
configurationSource String
credentialsUri String
The URI of sidecar credentials service.
ecsRoleName String
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<ProviderEndpoint>
fc String

Deprecated: Field 'fc' has been deprecated from provider version 1.28.0. New field 'fc' which in nested endpoints instead.

logEndpoint String

Deprecated: Field 'log_endpoint' has been deprecated from provider version 1.28.0. New field 'log' which in nested endpoints instead.

maxRetryTimeout Integer
The maximum retry timeout of the request.
mnsEndpoint String

Deprecated: Field 'mns_endpoint' has been deprecated from provider version 1.28.0. New field 'mns' which in nested endpoints instead.

otsInstanceName String

Deprecated: 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
secretKey String
The secret key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
secureTransport String
The security transport for the assume role invoking.
securityToken String
security token. A security token is only required if you are using Security Token Service.
securityTransport String
sharedCredentialsFile String
The path to the shared credentials file. If not set this defaults to ~/.aliyun/config.json
signVersion ProviderSignVersion
skipRegionValidation Boolean
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).
sourceIp String
The source ip for the assume role invoking.
accessKey string
The access key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
accountId string
The account ID for some service API operations. You can retrieve this from the 'Security Settings' section of the Alibaba Cloud console.
accountType string
assumeRole ProviderAssumeRole
assumeRoleWithOidc ProviderAssumeRoleWithOidc
clientConnectTimeout number
The maximum timeout of the client connection server.
clientReadTimeout number
The maximum timeout of the client read request.
configurationSource string
credentialsUri string
The URI of sidecar credentials service.
ecsRoleName string
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 ProviderEndpoint[]
fc string

Deprecated: Field 'fc' has been deprecated from provider version 1.28.0. New field 'fc' which in nested endpoints instead.

logEndpoint string

Deprecated: Field 'log_endpoint' has been deprecated from provider version 1.28.0. New field 'log' which in nested endpoints instead.

maxRetryTimeout number
The maximum retry timeout of the request.
mnsEndpoint string

Deprecated: Field 'mns_endpoint' has been deprecated from provider version 1.28.0. New field 'mns' which in nested endpoints instead.

otsInstanceName string

Deprecated: 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
secretKey string
The secret key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
secureTransport string
The security transport for the assume role invoking.
securityToken string
security token. A security token is only required if you are using Security Token Service.
securityTransport string
sharedCredentialsFile string
The path to the shared credentials file. If not set this defaults to ~/.aliyun/config.json
signVersion ProviderSignVersion
skipRegionValidation boolean
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).
sourceIp 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.
account_type str
assume_role ProviderAssumeRoleArgs
assume_role_with_oidc ProviderAssumeRoleWithOidcArgs
client_connect_timeout int
The maximum timeout of the client connection server.
client_read_timeout int
The maximum timeout of the client read request.
configuration_source str
credentials_uri str
The URI of sidecar credentials service.
ecs_role_name str
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[ProviderEndpointArgs]
fc str

Deprecated: Field 'fc' has been deprecated from provider version 1.28.0. New field 'fc' which in nested endpoints instead.

log_endpoint str

Deprecated: Field 'log_endpoint' has been deprecated from provider version 1.28.0. New field 'log' which in nested endpoints instead.

max_retry_timeout int
The maximum retry timeout of the request.
mns_endpoint str

Deprecated: Field 'mns_endpoint' has been deprecated from provider version 1.28.0. New field 'mns' which in nested endpoints instead.

ots_instance_name str

Deprecated: 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
shared_credentials_file str
The path to the shared credentials file. If not set this defaults to ~/.aliyun/config.json
sign_version ProviderSignVersionArgs
skip_region_validation bool
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.
accessKey String
The access key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
accountId String
The account ID for some service API operations. You can retrieve this from the 'Security Settings' section of the Alibaba Cloud console.
accountType String
assumeRole Property Map
assumeRoleWithOidc Property Map
clientConnectTimeout Number
The maximum timeout of the client connection server.
clientReadTimeout Number
The maximum timeout of the client read request.
configurationSource String
credentialsUri String
The URI of sidecar credentials service.
ecsRoleName String
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

Deprecated: Field 'fc' has been deprecated from provider version 1.28.0. New field 'fc' which in nested endpoints instead.

logEndpoint String

Deprecated: Field 'log_endpoint' has been deprecated from provider version 1.28.0. New field 'log' which in nested endpoints instead.

maxRetryTimeout Number
The maximum retry timeout of the request.
mnsEndpoint String

Deprecated: Field 'mns_endpoint' has been deprecated from provider version 1.28.0. New field 'mns' which in nested endpoints instead.

otsInstanceName String

Deprecated: 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
secretKey String
The secret key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
secureTransport String
The security transport for the assume role invoking.
securityToken String
security token. A security token is only required if you are using Security Token Service.
securityTransport String
sharedCredentialsFile String
The path to the shared credentials file. If not set this defaults to ~/.aliyun/config.json
signVersion Property Map
skipRegionValidation Boolean
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).
sourceIp 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
, ProviderAssumeRoleArgs

RoleArn This property is required. string
The ARN of a RAM role to assume prior to making API calls.
ExternalId string
Policy string
The permissions applied when assuming a role. You cannot use, this policy to grant further permissions that are in excess to those of the, role that is being assumed.
SessionExpiration int
The time after which the established session for assuming role expires. Valid value range: [900-3600] seconds. Default to 0 (in this case Alicloud use own default value).
SessionName string
RoleArn This property is required. string
The ARN of a RAM role to assume prior to making API calls.
ExternalId string
Policy string
The permissions applied when assuming a role. You cannot use, this policy to grant further permissions that are in excess to those of the, role that is being assumed.
SessionExpiration int
The time after which the established session for assuming role expires. Valid value range: [900-3600] seconds. Default to 0 (in this case Alicloud use own default value).
SessionName string
roleArn This property is required. String
The ARN of a RAM role to assume prior to making API calls.
externalId String
policy String
The permissions applied when assuming a role. You cannot use, this policy to grant further permissions that are in excess to those of the, role that is being assumed.
sessionExpiration Integer
The time after which the established session for assuming role expires. Valid value range: [900-3600] seconds. Default to 0 (in this case Alicloud use own default value).
sessionName String
roleArn This property is required. string
The ARN of a RAM role to assume prior to making API calls.
externalId string
policy string
The permissions applied when assuming a role. You cannot use, this policy to grant further permissions that are in excess to those of the, role that is being assumed.
sessionExpiration number
The time after which the established session for assuming role expires. Valid value range: [900-3600] seconds. Default to 0 (in this case Alicloud use own default value).
sessionName string
role_arn This property is required. str
The ARN of a RAM role to assume prior to making API calls.
external_id str
policy str
The permissions applied when assuming a role. You cannot use, this policy to grant further permissions that are in excess to those of the, role that is being assumed.
session_expiration int
The time after which the established session for assuming role expires. Valid value range: [900-3600] seconds. Default to 0 (in this case Alicloud use own default value).
session_name str
roleArn This property is required. String
The ARN of a RAM role to assume prior to making API calls.
externalId String
policy String
The permissions applied when assuming a role. You cannot use, this policy to grant further permissions that are in excess to those of the, role that is being assumed.
sessionExpiration Number
The time after which the established session for assuming role expires. Valid value range: [900-3600] seconds. Default to 0 (in this case Alicloud use own default value).
sessionName String

ProviderAssumeRoleWithOidc
, ProviderAssumeRoleWithOidcArgs

OidcProviderArn This property is required. string
ARN of the OIDC IdP.
RoleArn This property is required. string
ARN of a RAM role to assume prior to making API calls.
OidcToken string
OidcTokenFile string
The file path of OIDC token that is issued by the external IdP.
Policy string
The policy that specifies the permissions of the returned STS token. You can use this parameter to grant the STS token fewer permissions than the permissions granted to the RAM role.
RoleSessionName string
The custom name of the role session. Set this parameter based on your business requirements. In most cases, this parameter is set to the identity of the user who calls the operation, for example, the username.
SessionExpiration int
The validity period of the STS token. Unit: seconds. Default value: 3600. Minimum value: 900. Maximum value: the value of the MaxSessionDuration parameter when creating a ram role.
OidcProviderArn This property is required. string
ARN of the OIDC IdP.
RoleArn This property is required. string
ARN of a RAM role to assume prior to making API calls.
OidcToken string
OidcTokenFile string
The file path of OIDC token that is issued by the external IdP.
Policy string
The policy that specifies the permissions of the returned STS token. You can use this parameter to grant the STS token fewer permissions than the permissions granted to the RAM role.
RoleSessionName string
The custom name of the role session. Set this parameter based on your business requirements. In most cases, this parameter is set to the identity of the user who calls the operation, for example, the username.
SessionExpiration int
The validity period of the STS token. Unit: seconds. Default value: 3600. Minimum value: 900. Maximum value: the value of the MaxSessionDuration parameter when creating a ram role.
oidcProviderArn This property is required. String
ARN of the OIDC IdP.
roleArn This property is required. String
ARN of a RAM role to assume prior to making API calls.
oidcToken String
oidcTokenFile String
The file path of OIDC token that is issued by the external IdP.
policy String
The policy that specifies the permissions of the returned STS token. You can use this parameter to grant the STS token fewer permissions than the permissions granted to the RAM role.
roleSessionName String
The custom name of the role session. Set this parameter based on your business requirements. In most cases, this parameter is set to the identity of the user who calls the operation, for example, the username.
sessionExpiration Integer
The validity period of the STS token. Unit: seconds. Default value: 3600. Minimum value: 900. Maximum value: the value of the MaxSessionDuration parameter when creating a ram role.
oidcProviderArn This property is required. string
ARN of the OIDC IdP.
roleArn This property is required. string
ARN of a RAM role to assume prior to making API calls.
oidcToken string
oidcTokenFile string
The file path of OIDC token that is issued by the external IdP.
policy string
The policy that specifies the permissions of the returned STS token. You can use this parameter to grant the STS token fewer permissions than the permissions granted to the RAM role.
roleSessionName string
The custom name of the role session. Set this parameter based on your business requirements. In most cases, this parameter is set to the identity of the user who calls the operation, for example, the username.
sessionExpiration number
The validity period of the STS token. Unit: seconds. Default value: 3600. Minimum value: 900. Maximum value: the value of the MaxSessionDuration parameter when creating a ram role.
oidc_provider_arn This property is required. str
ARN of the OIDC IdP.
role_arn This property is required. str
ARN of a RAM role to assume prior to making API calls.
oidc_token str
oidc_token_file str
The file path of OIDC token that is issued by the external IdP.
policy str
The policy that specifies the permissions of the returned STS token. You can use this parameter to grant the STS token fewer permissions than the permissions granted to the RAM role.
role_session_name str
The custom name of the role session. Set this parameter based on your business requirements. In most cases, this parameter is set to the identity of the user who calls the operation, for example, the username.
session_expiration int
The validity period of the STS token. Unit: seconds. Default value: 3600. Minimum value: 900. Maximum value: the value of the MaxSessionDuration parameter when creating a ram role.
oidcProviderArn This property is required. String
ARN of the OIDC IdP.
roleArn This property is required. String
ARN of a RAM role to assume prior to making API calls.
oidcToken String
oidcTokenFile String
The file path of OIDC token that is issued by the external IdP.
policy String
The policy that specifies the permissions of the returned STS token. You can use this parameter to grant the STS token fewer permissions than the permissions granted to the RAM role.
roleSessionName String
The custom name of the role session. Set this parameter based on your business requirements. In most cases, this parameter is set to the identity of the user who calls the operation, for example, the username.
sessionExpiration Number
The validity period of the STS token. Unit: seconds. Default value: 3600. Minimum value: 900. Maximum value: the value of the MaxSessionDuration parameter when creating a ram role.

ProviderEndpoint
, ProviderEndpointArgs

Acr string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom acr endpoints.
Actiontrail string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Actiontrail endpoints.
Adb string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom AnalyticDB endpoints.
Aiworkspace string
Alb string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom alb endpoints.
Alidfs string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom alidfs endpoints.
Alidns string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom alidns endpoints.
Alikafka string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ALIKAFKA endpoints.
Amqp string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom onsproxy endpoints.
AntiddosPublic string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ddosbasic endpoints.
Apig string
Apigateway string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Api Gateway endpoints.
Arms string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom arms endpoints.
Bastionhost string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom bastionhost endpoints.
Beebot string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom beebot endpoints.
Bpstudio string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom bpstudio endpoints.
BrainIndustrial string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom brain_industrial endpoints.
Bssopenapi string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom BSSOPENAPI endpoints.
Cas string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom CAS endpoints.
Cassandra string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cassandra endpoints.
Cbn string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cbn endpoints.
Cbs string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cbs endpoints.
Cddc string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cddc endpoints.
Cdn string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom CDN endpoints.
Cds string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cds endpoints.
Chatbot string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom beebot endpoints.
Clickhouse string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom clickhouse endpoints.
Cloudapi string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Api Gateway endpoints.
Cloudauth string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cloudauth endpoints.
Cloudfirewall string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cloudfirewall endpoints.
Cloudfw string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cloudfw endpoints.
Cloudphone string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cloudphone endpoints.
Cloudsso string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cloudsso endpoints.
Cms string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Cloud Monitor endpoints.
Computenest string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom computenest endpoints.
Config string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom config endpoints.
Cr string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Container Registry endpoints.
Cs string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Container Service endpoints.
Das string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom das endpoints.
Datahub string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Datahub endpoints.
DataworksPublic string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dataworkspublic endpoints.
Dataworkspublic string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dataworkspublic endpoints.
Dbfs string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dbfs endpoints.
Dbs string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cbs endpoints.
Dcdn string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dcdn endpoints.
Ddosbasic string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ddosbasic endpoints.
Ddosbgp string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom DDOSBGP endpoints.
Ddoscoo string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom DDOSCOO endpoints.
Dds string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom MongoDB endpoints.
DevopsRdc string
Devopsrdc string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom devopsrdc endpoints.
Dfs string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom alidfs endpoints.
Dg string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dg endpoints.
Dm string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dm endpoints.
DmsEnterprise string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dms_enterprise endpoints.
Dmsenterprise string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dmsenterprise endpoints.
Dns string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom DNS endpoints.
Drds string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom DRDS endpoints.
Dts string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dts endpoints.
Dysms string
Dysmsapi string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dysmsapi endpoints.
Eais string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom eais endpoints.
Ebs string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ebs endpoints.
Ecd string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom gwsecd endpoints.
Eci string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom eci endpoints.
Ecs string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ECS endpoints.
Edas string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom edas endpoints.
Edasschedulerx string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom edasschedulerx endpoints.
EdsUser string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom edsuser endpoints.
Edsuser string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom edsuser endpoints.
Eflo string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom eflo endpoints.
EfloController string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom efloctrl endpoints.
Ehpc string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ehpc endpoints.
Ehs string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ehs endpoints.
Eipanycast string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom eipanycast endpoints.
Elasticsearch string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Elasticsearch endpoints.
Emr string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom EMR endpoints.
Ens string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ens endpoints.
Esa string
Ess string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Autoscaling endpoints.
Eventbridge string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom eventbridge_share endpoints.
Fc string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Function Computing endpoints.
FcOpen string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Function Computing endpoints.
Fnf string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom fnf endpoints.
Ga string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ga endpoints.
Gaplus string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom gaplus endpoints.
Gdb string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom gds endpoints.
Gds string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom gds endpoints.
Gpdb string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom GPDB endpoints.
Gwlb string
Gwsecd string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom gwsecd endpoints.
Hbr string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom hbr endpoints.
HcsSgw string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom hcs_sgw endpoints.
Hitsdb string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom hitsdb endpoints.
Imm string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom imm endpoints.
Imp string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom imp endpoints.
Ims string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ims endpoints.
Iot string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom iot endpoints.
Kms string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom KMS endpoints.
Kvstore string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom R-KVStore endpoints.
Location string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Location Service endpoints.
Log string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Log Service endpoints.
Market string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Market Place endpoints.
Maxcompute string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom MaxCompute endpoints.
Mhub string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom mhub endpoints.
Mns string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom MNS endpoints.
MnsOpen string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom MNS endpoints.
Mscopensubscription string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom mscopensubscription endpoints.
Mse string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom mse endpoints.
Nas string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom NAS endpoints.
Nlb string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom nlb endpoints.
Oceanbase string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom oceanbase endpoints.
Oceanbasepro string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom oceanbase endpoints.
Ons string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ONS endpoints.
Onsproxy string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom onsproxy endpoints.
Oos string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom oos endpoints.
Opensearch string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom opensearch endpoints.
Oss string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom OSS endpoints.
Ots string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Table Store endpoints.
Polardb string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom PolarDB endpoints.
Polardbx string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom DRDS endpoints.
Privatelink string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom privatelink endpoints.
Pvtz string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Private Zone endpoints.
Quickbi string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom quickbi endpoints.
QuickbiPublic string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom quickbi endpoints.
Quotas string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom quotas endpoints.
RKvstore string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom r_kvstore endpoints.
Ram string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom RAM endpoints.
Rds string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom RDS endpoints.
Redisa string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom redisa endpoints.
Resourcemanager string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom resourcemanager endpoints.
Resourcesharing string
Ressharing string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom resourcesharing endpoints.
Rocketmq string
Ros string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ros endpoints.
Sae string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom serverless endpoints.
Sas string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom sas endpoints.
Scdn string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom scdn endpoints.
Schedulerx2 string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom edasschedulerx endpoints.
Sddp string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom sddp endpoints.
Selectdb string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom selectdb endpoints.
Serverless string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom serverless endpoints.
Servicecatalog string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom srvcatalog endpoints.
Servicemesh string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom servicemesh endpoints.
Sgw string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom sgw endpoints.
Slb string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom SLB endpoints.
Smartag string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom smartag endpoints.
Srvcatalog string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom srvcatalog endpoints.
Sts string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom STS endpoints.
Swas string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom swas endpoints.
SwasOpen string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom swas endpoints.
Tag string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom tag endpoints.
Vod string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom vod endpoints.
Vpc string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom VPC and VPN endpoints.
Vpcipam string
Vpcpeer string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom vpcpeer endpoints.
Vs string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom vs endpoints.
Waf string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom waf endpoints.
WafOpenapi string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom waf_openapi endpoints.
Acr string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom acr endpoints.
Actiontrail string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Actiontrail endpoints.
Adb string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom AnalyticDB endpoints.
Aiworkspace string
Alb string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom alb endpoints.
Alidfs string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom alidfs endpoints.
Alidns string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom alidns endpoints.
Alikafka string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ALIKAFKA endpoints.
Amqp string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom onsproxy endpoints.
AntiddosPublic string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ddosbasic endpoints.
Apig string
Apigateway string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Api Gateway endpoints.
Arms string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom arms endpoints.
Bastionhost string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom bastionhost endpoints.
Beebot string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom beebot endpoints.
Bpstudio string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom bpstudio endpoints.
BrainIndustrial string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom brain_industrial endpoints.
Bssopenapi string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom BSSOPENAPI endpoints.
Cas string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom CAS endpoints.
Cassandra string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cassandra endpoints.
Cbn string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cbn endpoints.
Cbs string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cbs endpoints.
Cddc string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cddc endpoints.
Cdn string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom CDN endpoints.
Cds string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cds endpoints.
Chatbot string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom beebot endpoints.
Clickhouse string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom clickhouse endpoints.
Cloudapi string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Api Gateway endpoints.
Cloudauth string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cloudauth endpoints.
Cloudfirewall string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cloudfirewall endpoints.
Cloudfw string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cloudfw endpoints.
Cloudphone string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cloudphone endpoints.
Cloudsso string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cloudsso endpoints.
Cms string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Cloud Monitor endpoints.
Computenest string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom computenest endpoints.
Config string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom config endpoints.
Cr string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Container Registry endpoints.
Cs string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Container Service endpoints.
Das string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom das endpoints.
Datahub string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Datahub endpoints.
DataworksPublic string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dataworkspublic endpoints.
Dataworkspublic string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dataworkspublic endpoints.
Dbfs string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dbfs endpoints.
Dbs string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cbs endpoints.
Dcdn string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dcdn endpoints.
Ddosbasic string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ddosbasic endpoints.
Ddosbgp string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom DDOSBGP endpoints.
Ddoscoo string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom DDOSCOO endpoints.
Dds string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom MongoDB endpoints.
DevopsRdc string
Devopsrdc string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom devopsrdc endpoints.
Dfs string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom alidfs endpoints.
Dg string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dg endpoints.
Dm string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dm endpoints.
DmsEnterprise string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dms_enterprise endpoints.
Dmsenterprise string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dmsenterprise endpoints.
Dns string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom DNS endpoints.
Drds string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom DRDS endpoints.
Dts string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dts endpoints.
Dysms string
Dysmsapi string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dysmsapi endpoints.
Eais string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom eais endpoints.
Ebs string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ebs endpoints.
Ecd string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom gwsecd endpoints.
Eci string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom eci endpoints.
Ecs string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ECS endpoints.
Edas string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom edas endpoints.
Edasschedulerx string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom edasschedulerx endpoints.
EdsUser string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom edsuser endpoints.
Edsuser string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom edsuser endpoints.
Eflo string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom eflo endpoints.
EfloController string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom efloctrl endpoints.
Ehpc string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ehpc endpoints.
Ehs string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ehs endpoints.
Eipanycast string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom eipanycast endpoints.
Elasticsearch string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Elasticsearch endpoints.
Emr string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom EMR endpoints.
Ens string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ens endpoints.
Esa string
Ess string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Autoscaling endpoints.
Eventbridge string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom eventbridge_share endpoints.
Fc string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Function Computing endpoints.
FcOpen string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Function Computing endpoints.
Fnf string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom fnf endpoints.
Ga string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ga endpoints.
Gaplus string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom gaplus endpoints.
Gdb string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom gds endpoints.
Gds string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom gds endpoints.
Gpdb string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom GPDB endpoints.
Gwlb string
Gwsecd string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom gwsecd endpoints.
Hbr string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom hbr endpoints.
HcsSgw string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom hcs_sgw endpoints.
Hitsdb string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom hitsdb endpoints.
Imm string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom imm endpoints.
Imp string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom imp endpoints.
Ims string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ims endpoints.
Iot string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom iot endpoints.
Kms string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom KMS endpoints.
Kvstore string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom R-KVStore endpoints.
Location string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Location Service endpoints.
Log string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Log Service endpoints.
Market string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Market Place endpoints.
Maxcompute string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom MaxCompute endpoints.
Mhub string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom mhub endpoints.
Mns string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom MNS endpoints.
MnsOpen string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom MNS endpoints.
Mscopensubscription string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom mscopensubscription endpoints.
Mse string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom mse endpoints.
Nas string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom NAS endpoints.
Nlb string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom nlb endpoints.
Oceanbase string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom oceanbase endpoints.
Oceanbasepro string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom oceanbase endpoints.
Ons string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ONS endpoints.
Onsproxy string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom onsproxy endpoints.
Oos string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom oos endpoints.
Opensearch string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom opensearch endpoints.
Oss string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom OSS endpoints.
Ots string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Table Store endpoints.
Polardb string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom PolarDB endpoints.
Polardbx string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom DRDS endpoints.
Privatelink string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom privatelink endpoints.
Pvtz string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Private Zone endpoints.
Quickbi string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom quickbi endpoints.
QuickbiPublic string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom quickbi endpoints.
Quotas string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom quotas endpoints.
RKvstore string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom r_kvstore endpoints.
Ram string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom RAM endpoints.
Rds string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom RDS endpoints.
Redisa string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom redisa endpoints.
Resourcemanager string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom resourcemanager endpoints.
Resourcesharing string
Ressharing string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom resourcesharing endpoints.
Rocketmq string
Ros string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ros endpoints.
Sae string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom serverless endpoints.
Sas string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom sas endpoints.
Scdn string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom scdn endpoints.
Schedulerx2 string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom edasschedulerx endpoints.
Sddp string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom sddp endpoints.
Selectdb string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom selectdb endpoints.
Serverless string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom serverless endpoints.
Servicecatalog string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom srvcatalog endpoints.
Servicemesh string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom servicemesh endpoints.
Sgw string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom sgw endpoints.
Slb string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom SLB endpoints.
Smartag string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom smartag endpoints.
Srvcatalog string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom srvcatalog endpoints.
Sts string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom STS endpoints.
Swas string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom swas endpoints.
SwasOpen string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom swas endpoints.
Tag string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom tag endpoints.
Vod string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom vod endpoints.
Vpc string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom VPC and VPN endpoints.
Vpcipam string
Vpcpeer string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom vpcpeer endpoints.
Vs string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom vs endpoints.
Waf string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom waf endpoints.
WafOpenapi string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom waf_openapi endpoints.
acr String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom acr endpoints.
actiontrail String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Actiontrail endpoints.
adb String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom AnalyticDB endpoints.
aiworkspace String
alb String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom alb endpoints.
alidfs String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom alidfs endpoints.
alidns String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom alidns endpoints.
alikafka String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ALIKAFKA endpoints.
amqp String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom onsproxy endpoints.
antiddosPublic String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ddosbasic endpoints.
apig String
apigateway String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Api Gateway endpoints.
arms String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom arms endpoints.
bastionhost String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom bastionhost endpoints.
beebot String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom beebot endpoints.
bpstudio String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom bpstudio endpoints.
brainIndustrial String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom brain_industrial endpoints.
bssopenapi String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom BSSOPENAPI endpoints.
cas String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom CAS endpoints.
cassandra String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cassandra endpoints.
cbn String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cbn endpoints.
cbs String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cbs endpoints.
cddc String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cddc endpoints.
cdn String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom CDN endpoints.
cds String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cds endpoints.
chatbot String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom beebot endpoints.
clickhouse String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom clickhouse endpoints.
cloudapi String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Api Gateway endpoints.
cloudauth String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cloudauth endpoints.
cloudfirewall String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cloudfirewall endpoints.
cloudfw String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cloudfw endpoints.
cloudphone String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cloudphone endpoints.
cloudsso String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cloudsso endpoints.
cms String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Cloud Monitor endpoints.
computenest String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom computenest endpoints.
config String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom config endpoints.
cr String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Container Registry endpoints.
cs String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Container Service endpoints.
das String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom das endpoints.
datahub String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Datahub endpoints.
dataworksPublic String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dataworkspublic endpoints.
dataworkspublic String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dataworkspublic endpoints.
dbfs String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dbfs endpoints.
dbs String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cbs endpoints.
dcdn String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dcdn endpoints.
ddosbasic String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ddosbasic endpoints.
ddosbgp String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom DDOSBGP endpoints.
ddoscoo String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom DDOSCOO endpoints.
dds String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom MongoDB endpoints.
devopsRdc String
devopsrdc String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom devopsrdc endpoints.
dfs String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom alidfs endpoints.
dg String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dg endpoints.
dm String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dm endpoints.
dmsEnterprise String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dms_enterprise endpoints.
dmsenterprise String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dmsenterprise endpoints.
dns String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom DNS endpoints.
drds String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom DRDS endpoints.
dts String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dts endpoints.
dysms String
dysmsapi String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dysmsapi endpoints.
eais String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom eais endpoints.
ebs String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ebs endpoints.
ecd String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom gwsecd endpoints.
eci String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom eci endpoints.
ecs String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ECS endpoints.
edas String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom edas endpoints.
edasschedulerx String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom edasschedulerx endpoints.
edsUser String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom edsuser endpoints.
edsuser String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom edsuser endpoints.
eflo String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom eflo endpoints.
efloController String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom efloctrl endpoints.
ehpc String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ehpc endpoints.
ehs String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ehs endpoints.
eipanycast String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom eipanycast endpoints.
elasticsearch String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Elasticsearch endpoints.
emr String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom EMR endpoints.
ens String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ens endpoints.
esa String
ess String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Autoscaling endpoints.
eventbridge String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom eventbridge_share endpoints.
fc String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Function Computing endpoints.
fcOpen String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Function Computing endpoints.
fnf String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom fnf endpoints.
ga String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ga endpoints.
gaplus String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom gaplus endpoints.
gdb String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom gds endpoints.
gds String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom gds endpoints.
gpdb String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom GPDB endpoints.
gwlb String
gwsecd String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom gwsecd endpoints.
hbr String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom hbr endpoints.
hcsSgw String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom hcs_sgw endpoints.
hitsdb String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom hitsdb endpoints.
imm String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom imm endpoints.
imp String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom imp endpoints.
ims String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ims endpoints.
iot String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom iot endpoints.
kms String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom KMS endpoints.
kvstore String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom R-KVStore endpoints.
location String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Location Service endpoints.
log String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Log Service endpoints.
market String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Market Place endpoints.
maxcompute String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom MaxCompute endpoints.
mhub String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom mhub endpoints.
mns String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom MNS endpoints.
mnsOpen String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom MNS endpoints.
mscopensubscription String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom mscopensubscription endpoints.
mse String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom mse endpoints.
nas String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom NAS endpoints.
nlb String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom nlb endpoints.
oceanbase String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom oceanbase endpoints.
oceanbasepro String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom oceanbase endpoints.
ons String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ONS endpoints.
onsproxy String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom onsproxy endpoints.
oos String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom oos endpoints.
opensearch String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom opensearch endpoints.
oss String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom OSS endpoints.
ots String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Table Store endpoints.
polardb String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom PolarDB endpoints.
polardbx String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom DRDS endpoints.
privatelink String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom privatelink endpoints.
pvtz String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Private Zone endpoints.
quickbi String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom quickbi endpoints.
quickbiPublic String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom quickbi endpoints.
quotas String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom quotas endpoints.
rKvstore String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom r_kvstore endpoints.
ram String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom RAM endpoints.
rds String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom RDS endpoints.
redisa String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom redisa endpoints.
resourcemanager String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom resourcemanager endpoints.
resourcesharing String
ressharing String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom resourcesharing endpoints.
rocketmq String
ros String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ros endpoints.
sae String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom serverless endpoints.
sas String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom sas endpoints.
scdn String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom scdn endpoints.
schedulerx2 String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom edasschedulerx endpoints.
sddp String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom sddp endpoints.
selectdb String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom selectdb endpoints.
serverless String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom serverless endpoints.
servicecatalog String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom srvcatalog endpoints.
servicemesh String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom servicemesh endpoints.
sgw String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom sgw endpoints.
slb String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom SLB endpoints.
smartag String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom smartag endpoints.
srvcatalog String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom srvcatalog endpoints.
sts String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom STS endpoints.
swas String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom swas endpoints.
swasOpen String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom swas endpoints.
tag String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom tag endpoints.
vod String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom vod endpoints.
vpc String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom VPC and VPN endpoints.
vpcipam String
vpcpeer String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom vpcpeer endpoints.
vs String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom vs endpoints.
waf String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom waf endpoints.
wafOpenapi String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom waf_openapi endpoints.
acr string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom acr endpoints.
actiontrail string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Actiontrail endpoints.
adb string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom AnalyticDB endpoints.
aiworkspace string
alb string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom alb endpoints.
alidfs string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom alidfs endpoints.
alidns string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom alidns endpoints.
alikafka string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ALIKAFKA endpoints.
amqp string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom onsproxy endpoints.
antiddosPublic string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ddosbasic endpoints.
apig string
apigateway string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Api Gateway endpoints.
arms string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom arms endpoints.
bastionhost string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom bastionhost endpoints.
beebot string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom beebot endpoints.
bpstudio string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom bpstudio endpoints.
brainIndustrial string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom brain_industrial endpoints.
bssopenapi string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom BSSOPENAPI endpoints.
cas string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom CAS endpoints.
cassandra string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cassandra endpoints.
cbn string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cbn endpoints.
cbs string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cbs endpoints.
cddc string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cddc endpoints.
cdn string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom CDN endpoints.
cds string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cds endpoints.
chatbot string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom beebot endpoints.
clickhouse string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom clickhouse endpoints.
cloudapi string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Api Gateway endpoints.
cloudauth string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cloudauth endpoints.
cloudfirewall string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cloudfirewall endpoints.
cloudfw string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cloudfw endpoints.
cloudphone string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cloudphone endpoints.
cloudsso string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cloudsso endpoints.
cms string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Cloud Monitor endpoints.
computenest string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom computenest endpoints.
config string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom config endpoints.
cr string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Container Registry endpoints.
cs string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Container Service endpoints.
das string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom das endpoints.
datahub string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Datahub endpoints.
dataworksPublic string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dataworkspublic endpoints.
dataworkspublic string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dataworkspublic endpoints.
dbfs string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dbfs endpoints.
dbs string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cbs endpoints.
dcdn string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dcdn endpoints.
ddosbasic string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ddosbasic endpoints.
ddosbgp string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom DDOSBGP endpoints.
ddoscoo string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom DDOSCOO endpoints.
dds string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom MongoDB endpoints.
devopsRdc string
devopsrdc string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom devopsrdc endpoints.
dfs string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom alidfs endpoints.
dg string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dg endpoints.
dm string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dm endpoints.
dmsEnterprise string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dms_enterprise endpoints.
dmsenterprise string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dmsenterprise endpoints.
dns string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom DNS endpoints.
drds string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom DRDS endpoints.
dts string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dts endpoints.
dysms string
dysmsapi string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dysmsapi endpoints.
eais string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom eais endpoints.
ebs string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ebs endpoints.
ecd string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom gwsecd endpoints.
eci string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom eci endpoints.
ecs string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ECS endpoints.
edas string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom edas endpoints.
edasschedulerx string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom edasschedulerx endpoints.
edsUser string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom edsuser endpoints.
edsuser string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom edsuser endpoints.
eflo string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom eflo endpoints.
efloController string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom efloctrl endpoints.
ehpc string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ehpc endpoints.
ehs string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ehs endpoints.
eipanycast string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom eipanycast endpoints.
elasticsearch string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Elasticsearch endpoints.
emr string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom EMR endpoints.
ens string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ens endpoints.
esa string
ess string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Autoscaling endpoints.
eventbridge string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom eventbridge_share endpoints.
fc string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Function Computing endpoints.
fcOpen string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Function Computing endpoints.
fnf string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom fnf endpoints.
ga string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ga endpoints.
gaplus string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom gaplus endpoints.
gdb string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom gds endpoints.
gds string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom gds endpoints.
gpdb string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom GPDB endpoints.
gwlb string
gwsecd string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom gwsecd endpoints.
hbr string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom hbr endpoints.
hcsSgw string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom hcs_sgw endpoints.
hitsdb string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom hitsdb endpoints.
imm string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom imm endpoints.
imp string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom imp endpoints.
ims string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ims endpoints.
iot string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom iot endpoints.
kms string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom KMS endpoints.
kvstore string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom R-KVStore endpoints.
location string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Location Service endpoints.
log string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Log Service endpoints.
market string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Market Place endpoints.
maxcompute string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom MaxCompute endpoints.
mhub string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom mhub endpoints.
mns string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom MNS endpoints.
mnsOpen string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom MNS endpoints.
mscopensubscription string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom mscopensubscription endpoints.
mse string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom mse endpoints.
nas string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom NAS endpoints.
nlb string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom nlb endpoints.
oceanbase string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom oceanbase endpoints.
oceanbasepro string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom oceanbase endpoints.
ons string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ONS endpoints.
onsproxy string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom onsproxy endpoints.
oos string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom oos endpoints.
opensearch string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom opensearch endpoints.
oss string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom OSS endpoints.
ots string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Table Store endpoints.
polardb string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom PolarDB endpoints.
polardbx string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom DRDS endpoints.
privatelink string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom privatelink endpoints.
pvtz string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Private Zone endpoints.
quickbi string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom quickbi endpoints.
quickbiPublic string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom quickbi endpoints.
quotas string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom quotas endpoints.
rKvstore string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom r_kvstore endpoints.
ram string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom RAM endpoints.
rds string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom RDS endpoints.
redisa string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom redisa endpoints.
resourcemanager string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom resourcemanager endpoints.
resourcesharing string
ressharing string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom resourcesharing endpoints.
rocketmq string
ros string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ros endpoints.
sae string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom serverless endpoints.
sas string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom sas endpoints.
scdn string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom scdn endpoints.
schedulerx2 string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom edasschedulerx endpoints.
sddp string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom sddp endpoints.
selectdb string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom selectdb endpoints.
serverless string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom serverless endpoints.
servicecatalog string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom srvcatalog endpoints.
servicemesh string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom servicemesh endpoints.
sgw string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom sgw endpoints.
slb string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom SLB endpoints.
smartag string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom smartag endpoints.
srvcatalog string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom srvcatalog endpoints.
sts string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom STS endpoints.
swas string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom swas endpoints.
swasOpen string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom swas endpoints.
tag string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom tag endpoints.
vod string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom vod endpoints.
vpc string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom VPC and VPN endpoints.
vpcipam string
vpcpeer string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom vpcpeer endpoints.
vs string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom vs endpoints.
waf string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom waf endpoints.
wafOpenapi string
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom waf_openapi endpoints.
acr str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom acr endpoints.
actiontrail str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Actiontrail endpoints.
adb str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom AnalyticDB endpoints.
aiworkspace str
alb str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom alb endpoints.
alidfs str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom alidfs endpoints.
alidns str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom alidns endpoints.
alikafka str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ALIKAFKA endpoints.
amqp str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom onsproxy endpoints.
antiddos_public str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ddosbasic endpoints.
apig str
apigateway str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Api Gateway endpoints.
arms str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom arms endpoints.
bastionhost str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom bastionhost endpoints.
beebot str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom beebot endpoints.
bpstudio str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom bpstudio endpoints.
brain_industrial str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom brain_industrial endpoints.
bssopenapi str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom BSSOPENAPI endpoints.
cas str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom CAS endpoints.
cassandra str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cassandra endpoints.
cbn str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cbn endpoints.
cbs str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cbs endpoints.
cddc str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cddc endpoints.
cdn str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom CDN endpoints.
cds str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cds endpoints.
chatbot str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom beebot endpoints.
clickhouse str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom clickhouse endpoints.
cloudapi str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Api Gateway endpoints.
cloudauth str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cloudauth endpoints.
cloudfirewall str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cloudfirewall endpoints.
cloudfw str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cloudfw endpoints.
cloudphone str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cloudphone endpoints.
cloudsso str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cloudsso endpoints.
cms str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Cloud Monitor endpoints.
computenest str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom computenest endpoints.
config str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom config endpoints.
cr str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Container Registry endpoints.
cs str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Container Service endpoints.
das str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom das endpoints.
datahub str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Datahub endpoints.
dataworks_public str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dataworkspublic endpoints.
dataworkspublic str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dataworkspublic endpoints.
dbfs str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dbfs endpoints.
dbs str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cbs endpoints.
dcdn str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dcdn endpoints.
ddosbasic str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ddosbasic endpoints.
ddosbgp str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom DDOSBGP endpoints.
ddoscoo str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom DDOSCOO endpoints.
dds str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom MongoDB endpoints.
devops_rdc str
devopsrdc str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom devopsrdc endpoints.
dfs str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom alidfs endpoints.
dg str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dg endpoints.
dm str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dm endpoints.
dms_enterprise str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dms_enterprise endpoints.
dmsenterprise str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dmsenterprise endpoints.
dns str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom DNS endpoints.
drds str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom DRDS endpoints.
dts str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dts endpoints.
dysms str
dysmsapi str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dysmsapi endpoints.
eais str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom eais endpoints.
ebs str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ebs endpoints.
ecd str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom gwsecd endpoints.
eci str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom eci endpoints.
ecs str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ECS endpoints.
edas str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom edas endpoints.
edasschedulerx str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom edasschedulerx endpoints.
eds_user str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom edsuser endpoints.
edsuser str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom edsuser endpoints.
eflo str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom eflo endpoints.
eflo_controller str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom efloctrl endpoints.
ehpc str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ehpc endpoints.
ehs str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ehs endpoints.
eipanycast str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom eipanycast endpoints.
elasticsearch str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Elasticsearch endpoints.
emr str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom EMR endpoints.
ens str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ens endpoints.
esa str
ess str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Autoscaling endpoints.
eventbridge str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom eventbridge_share endpoints.
fc str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Function Computing endpoints.
fc_open str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Function Computing endpoints.
fnf str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom fnf endpoints.
ga str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ga endpoints.
gaplus str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom gaplus endpoints.
gdb str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom gds endpoints.
gds str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom gds endpoints.
gpdb str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom GPDB endpoints.
gwlb str
gwsecd str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom gwsecd endpoints.
hbr str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom hbr endpoints.
hcs_sgw str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom hcs_sgw endpoints.
hitsdb str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom hitsdb endpoints.
imm str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom imm endpoints.
imp str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom imp endpoints.
ims str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ims endpoints.
iot str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom iot endpoints.
kms str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom KMS endpoints.
kvstore str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom R-KVStore endpoints.
location str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Location Service endpoints.
log str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Log Service endpoints.
market str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Market Place endpoints.
maxcompute str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom MaxCompute endpoints.
mhub str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom mhub endpoints.
mns str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom MNS endpoints.
mns_open str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom MNS endpoints.
mscopensubscription str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom mscopensubscription endpoints.
mse str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom mse endpoints.
nas str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom NAS endpoints.
nlb str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom nlb endpoints.
oceanbase str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom oceanbase endpoints.
oceanbasepro str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom oceanbase endpoints.
ons str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ONS endpoints.
onsproxy str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom onsproxy endpoints.
oos str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom oos endpoints.
opensearch str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom opensearch endpoints.
oss str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom OSS endpoints.
ots str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Table Store endpoints.
polardb str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom PolarDB endpoints.
polardbx str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom DRDS endpoints.
privatelink str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom privatelink endpoints.
pvtz str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Private Zone endpoints.
quickbi str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom quickbi endpoints.
quickbi_public str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom quickbi endpoints.
quotas str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom quotas endpoints.
r_kvstore str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom r_kvstore endpoints.
ram str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom RAM endpoints.
rds str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom RDS endpoints.
redisa str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom redisa endpoints.
resourcemanager str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom resourcemanager endpoints.
resourcesharing str
ressharing str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom resourcesharing endpoints.
rocketmq str
ros str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ros endpoints.
sae str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom serverless endpoints.
sas str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom sas endpoints.
scdn str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom scdn endpoints.
schedulerx2 str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom edasschedulerx endpoints.
sddp str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom sddp endpoints.
selectdb str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom selectdb endpoints.
serverless str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom serverless endpoints.
servicecatalog str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom srvcatalog endpoints.
servicemesh str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom servicemesh endpoints.
sgw str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom sgw endpoints.
slb str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom SLB endpoints.
smartag str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom smartag endpoints.
srvcatalog str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom srvcatalog endpoints.
sts str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom STS endpoints.
swas str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom swas endpoints.
swas_open str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom swas endpoints.
tag str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom tag endpoints.
vod str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom vod endpoints.
vpc str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom VPC and VPN endpoints.
vpcipam str
vpcpeer str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom vpcpeer endpoints.
vs str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom vs endpoints.
waf str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom waf endpoints.
waf_openapi str
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom waf_openapi endpoints.
acr String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom acr endpoints.
actiontrail String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Actiontrail endpoints.
adb String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom AnalyticDB endpoints.
aiworkspace String
alb String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom alb endpoints.
alidfs String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom alidfs endpoints.
alidns String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom alidns endpoints.
alikafka String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ALIKAFKA endpoints.
amqp String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom onsproxy endpoints.
antiddosPublic String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ddosbasic endpoints.
apig String
apigateway String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Api Gateway endpoints.
arms String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom arms endpoints.
bastionhost String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom bastionhost endpoints.
beebot String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom beebot endpoints.
bpstudio String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom bpstudio endpoints.
brainIndustrial String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom brain_industrial endpoints.
bssopenapi String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom BSSOPENAPI endpoints.
cas String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom CAS endpoints.
cassandra String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cassandra endpoints.
cbn String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cbn endpoints.
cbs String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cbs endpoints.
cddc String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cddc endpoints.
cdn String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom CDN endpoints.
cds String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cds endpoints.
chatbot String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom beebot endpoints.
clickhouse String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom clickhouse endpoints.
cloudapi String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Api Gateway endpoints.
cloudauth String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cloudauth endpoints.
cloudfirewall String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cloudfirewall endpoints.
cloudfw String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cloudfw endpoints.
cloudphone String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cloudphone endpoints.
cloudsso String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cloudsso endpoints.
cms String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Cloud Monitor endpoints.
computenest String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom computenest endpoints.
config String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom config endpoints.
cr String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Container Registry endpoints.
cs String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Container Service endpoints.
das String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom das endpoints.
datahub String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Datahub endpoints.
dataworksPublic String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dataworkspublic endpoints.
dataworkspublic String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dataworkspublic endpoints.
dbfs String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dbfs endpoints.
dbs String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom cbs endpoints.
dcdn String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dcdn endpoints.
ddosbasic String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ddosbasic endpoints.
ddosbgp String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom DDOSBGP endpoints.
ddoscoo String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom DDOSCOO endpoints.
dds String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom MongoDB endpoints.
devopsRdc String
devopsrdc String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom devopsrdc endpoints.
dfs String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom alidfs endpoints.
dg String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dg endpoints.
dm String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dm endpoints.
dmsEnterprise String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dms_enterprise endpoints.
dmsenterprise String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dmsenterprise endpoints.
dns String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom DNS endpoints.
drds String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom DRDS endpoints.
dts String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dts endpoints.
dysms String
dysmsapi String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dysmsapi endpoints.
eais String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom eais endpoints.
ebs String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ebs endpoints.
ecd String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom gwsecd endpoints.
eci String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom eci endpoints.
ecs String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ECS endpoints.
edas String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom edas endpoints.
edasschedulerx String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom edasschedulerx endpoints.
edsUser String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom edsuser endpoints.
edsuser String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom edsuser endpoints.
eflo String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom eflo endpoints.
efloController String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom efloctrl endpoints.
ehpc String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ehpc endpoints.
ehs String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ehs endpoints.
eipanycast String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom eipanycast endpoints.
elasticsearch String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Elasticsearch endpoints.
emr String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom EMR endpoints.
ens String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ens endpoints.
esa String
ess String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Autoscaling endpoints.
eventbridge String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom eventbridge_share endpoints.
fc String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Function Computing endpoints.
fcOpen String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Function Computing endpoints.
fnf String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom fnf endpoints.
ga String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ga endpoints.
gaplus String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom gaplus endpoints.
gdb String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom gds endpoints.
gds String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom gds endpoints.
gpdb String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom GPDB endpoints.
gwlb String
gwsecd String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom gwsecd endpoints.
hbr String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom hbr endpoints.
hcsSgw String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom hcs_sgw endpoints.
hitsdb String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom hitsdb endpoints.
imm String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom imm endpoints.
imp String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom imp endpoints.
ims String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ims endpoints.
iot String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom iot endpoints.
kms String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom KMS endpoints.
kvstore String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom R-KVStore endpoints.
location String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Location Service endpoints.
log String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Log Service endpoints.
market String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Market Place endpoints.
maxcompute String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom MaxCompute endpoints.
mhub String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom mhub endpoints.
mns String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom MNS endpoints.
mnsOpen String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom MNS endpoints.
mscopensubscription String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom mscopensubscription endpoints.
mse String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom mse endpoints.
nas String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom NAS endpoints.
nlb String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom nlb endpoints.
oceanbase String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom oceanbase endpoints.
oceanbasepro String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom oceanbase endpoints.
ons String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ONS endpoints.
onsproxy String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom onsproxy endpoints.
oos String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom oos endpoints.
opensearch String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom opensearch endpoints.
oss String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom OSS endpoints.
ots String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Table Store endpoints.
polardb String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom PolarDB endpoints.
polardbx String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom DRDS endpoints.
privatelink String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom privatelink endpoints.
pvtz String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom Private Zone endpoints.
quickbi String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom quickbi endpoints.
quickbiPublic String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom quickbi endpoints.
quotas String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom quotas endpoints.
rKvstore String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom r_kvstore endpoints.
ram String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom RAM endpoints.
rds String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom RDS endpoints.
redisa String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom redisa endpoints.
resourcemanager String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom resourcemanager endpoints.
resourcesharing String
ressharing String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom resourcesharing endpoints.
rocketmq String
ros String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ros endpoints.
sae String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom serverless endpoints.
sas String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom sas endpoints.
scdn String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom scdn endpoints.
schedulerx2 String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom edasschedulerx endpoints.
sddp String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom sddp endpoints.
selectdb String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom selectdb endpoints.
serverless String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom serverless endpoints.
servicecatalog String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom srvcatalog endpoints.
servicemesh String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom servicemesh endpoints.
sgw String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom sgw endpoints.
slb String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom SLB endpoints.
smartag String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom smartag endpoints.
srvcatalog String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom srvcatalog endpoints.
sts String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom STS endpoints.
swas String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom swas endpoints.
swasOpen String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom swas endpoints.
tag String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom tag endpoints.
vod String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom vod endpoints.
vpc String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom VPC and VPN endpoints.
vpcipam String
vpcpeer String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom vpcpeer endpoints.
vs String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom vs endpoints.
waf String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom waf endpoints.
wafOpenapi String
Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom waf_openapi endpoints.

ProviderSignVersion
, ProviderSignVersionArgs

Oss string
Sls string
Oss string
Sls string
oss String
sls String
oss string
sls string
oss str
sls str
oss String
sls String

Package Details

Repository
Alibaba Cloud pulumi/pulumi-alicloud
License
Apache-2.0
Notes
This Pulumi package is based on the alicloud Terraform Provider.