1. Packages
  2. Alibaba Cloud
  3. API Docs
  4. Provider
Alibaba Cloud v3.51.0 published on Saturday, Mar 23, 2024 by Pulumi

alicloud.Provider

Explore with Pulumi AI

alicloud logo
Alibaba Cloud v3.51.0 published on Saturday, Mar 23, 2024 by Pulumi

    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

    new Provider(name: string, args?: ProviderArgs, opts?: CustomResourceOptions);
    @overload
    def Provider(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 access_key: Optional[str] = None,
                 account_id: Optional[str] = None,
                 assume_role: Optional[ProviderAssumeRoleArgs] = None,
                 client_connect_timeout: Optional[int] = None,
                 client_read_timeout: Optional[int] = None,
                 configuration_source: Optional[str] = None,
                 credentials_uri: Optional[str] = None,
                 ecs_role_name: Optional[str] = None,
                 endpoints: Optional[Sequence[ProviderEndpointArgs]] = None,
                 fc: Optional[str] = None,
                 log_endpoint: Optional[str] = None,
                 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)
    @overload
    def Provider(resource_name: str,
                 args: Optional[ProviderArgs] = None,
                 opts: Optional[ResourceOptions] = None)
    func NewProvider(ctx *Context, name string, args *ProviderArgs, opts ...ResourceOption) (*Provider, error)
    public Provider(string name, ProviderArgs? args = null, CustomResourceOptions? opts = null)
    public Provider(String name, ProviderArgs args)
    public Provider(String name, ProviderArgs args, CustomResourceOptions options)
    
    type: pulumi:providers:alicloud
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Provider Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Provider resource accepts the following input properties:

    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.
    AssumeRole Pulumi.AliCloud.Inputs.ProviderAssumeRole
    ClientConnectTimeout int
    The maximum timeout of the client connection server.
    ClientReadTimeout int
    The maximum timeout of the client read request.
    ConfigurationSource string
    Use this to mark a terraform configuration file source.
    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.
    AssumeRole ProviderAssumeRoleArgs
    ClientConnectTimeout int
    The maximum timeout of the client connection server.
    ClientReadTimeout int
    The maximum timeout of the client read request.
    ConfigurationSource string
    Use this to mark a terraform configuration file source.
    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.
    assumeRole ProviderAssumeRole
    clientConnectTimeout Integer
    The maximum timeout of the client connection server.
    clientReadTimeout Integer
    The maximum timeout of the client read request.
    configurationSource String
    Use this to mark a terraform configuration file source.
    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.
    assumeRole ProviderAssumeRole
    clientConnectTimeout number
    The maximum timeout of the client connection server.
    clientReadTimeout number
    The maximum timeout of the client read request.
    configurationSource string
    Use this to mark a terraform configuration file source.
    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.
    assume_role ProviderAssumeRoleArgs
    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
    Use this to mark a terraform configuration file source.
    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.
    assumeRole Property Map
    clientConnectTimeout Number
    The maximum timeout of the client connection server.
    clientReadTimeout Number
    The maximum timeout of the client read request.
    configurationSource String
    Use this to mark a terraform configuration file source.
    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 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 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 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 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 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 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

    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.
    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.
    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.
    Clickhouse string
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom clickhouse 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.
    Dbfs string
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dbfs 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
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom devopsrdc 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
    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.
    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.
    Eflo string
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom eflo 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.
    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.
    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.
    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.
    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.
    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.
    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.
    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.
    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
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom resourcesharing endpoints.
    Ros string
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ros 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.
    Sddp string
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom sddp 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.
    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.
    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.
    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.
    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.
    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.
    Clickhouse string
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom clickhouse 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.
    Dbfs string
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dbfs 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
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom devopsrdc 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
    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.
    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.
    Eflo string
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom eflo 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.
    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.
    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.
    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.
    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.
    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.
    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.
    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.
    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
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom resourcesharing endpoints.
    Ros string
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ros 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.
    Sddp string
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom sddp 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.
    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.
    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.
    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.
    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.
    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.
    clickhouse String
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom clickhouse 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.
    dbfs String
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dbfs 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
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom devopsrdc 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
    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.
    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.
    eflo String
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom eflo 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.
    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.
    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.
    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.
    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.
    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.
    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.
    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.
    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
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom resourcesharing endpoints.
    ros String
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ros 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.
    sddp String
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom sddp 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.
    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.
    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.
    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.
    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.
    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.
    clickhouse string
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom clickhouse 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.
    dbfs string
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dbfs 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
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom devopsrdc 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
    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.
    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.
    eflo string
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom eflo 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.
    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.
    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.
    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.
    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.
    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.
    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.
    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.
    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
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom resourcesharing endpoints.
    ros string
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ros 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.
    sddp string
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom sddp 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.
    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.
    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.
    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.
    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.
    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.
    clickhouse str
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom clickhouse 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.
    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.
    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.
    devopsrdc str
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom devopsrdc 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
    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.
    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.
    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.
    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.
    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.
    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.
    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.
    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.
    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.
    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.
    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.
    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
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom resourcesharing endpoints.
    ros str
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ros 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.
    sddp str
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom sddp 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.
    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.
    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.
    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.
    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.
    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.
    clickhouse String
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom clickhouse 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.
    dbfs String
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom dbfs 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
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom devopsrdc 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
    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.
    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.
    eflo String
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom eflo 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.
    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.
    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.
    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.
    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.
    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.
    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.
    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.
    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
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom resourcesharing endpoints.
    ros String
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom ros 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.
    sddp String
    Use this to override the default endpoint URL constructed from the region. It's typically used to connect to custom sddp 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.
    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.
    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.
    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.
    alicloud logo
    Alibaba Cloud v3.51.0 published on Saturday, Mar 23, 2024 by Pulumi