alicloud.Provider
Explore with Pulumi AI
The provider type for the alicloud package. By default, resources use package-wide configuration
settings, however an explicit Provider
instance may be created and passed during resource
construction to achieve fine-grained programmatic control over provider settings. See the
documentation for more information.
Create Provider Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Provider(name: string, args?: ProviderArgs, opts?: CustomResourceOptions);
@overload
def Provider(resource_name: str,
args: Optional[ProviderArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def Provider(resource_name: str,
opts: Optional[ResourceOptions] = None,
access_key: Optional[str] = None,
account_id: Optional[str] = None,
assume_role: Optional[ProviderAssumeRoleArgs] = None,
assume_role_with_oidc: Optional[ProviderAssumeRoleWithOidcArgs] = None,
client_connect_timeout: Optional[int] = None,
client_read_timeout: Optional[int] = None,
configuration_source: Optional[str] = None,
credentials_uri: Optional[str] = None,
ecs_role_name: Optional[str] = None,
endpoints: Optional[Sequence[ProviderEndpointArgs]] = None,
fc: Optional[str] = None,
log_endpoint: Optional[str] = None,
max_retry_timeout: Optional[int] = None,
mns_endpoint: Optional[str] = None,
ots_instance_name: Optional[str] = None,
profile: Optional[str] = None,
protocol: Optional[str] = None,
region: Optional[str] = None,
secret_key: Optional[str] = None,
secure_transport: Optional[str] = None,
security_token: Optional[str] = None,
security_transport: Optional[str] = None,
shared_credentials_file: Optional[str] = None,
sign_version: Optional[ProviderSignVersionArgs] = None,
skip_region_validation: Optional[bool] = None,
source_ip: Optional[str] = None)
func NewProvider(ctx *Context, name string, args *ProviderArgs, opts ...ResourceOption) (*Provider, error)
public Provider(string name, ProviderArgs? args = null, CustomResourceOptions? opts = null)
public Provider(String name, ProviderArgs args)
public Provider(String name, ProviderArgs args, CustomResourceOptions options)
type: pulumi:providers:alicloud
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ProviderArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ProviderArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ProviderArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ProviderArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ProviderArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Provider Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Provider resource accepts the following input properties:
- Access
Key string - The access key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
- Account
Id string - The account ID for some service API operations. You can retrieve this from the 'Security Settings' section of the Alibaba Cloud console.
- Assume
Role Pulumi.Ali Cloud. Inputs. Provider Assume Role - Assume
Role Pulumi.With Oidc Ali Cloud. Inputs. Provider Assume Role With Oidc - Client
Connect intTimeout - The maximum timeout of the client connection server.
- Client
Read intTimeout - The maximum timeout of the client read request.
- Configuration
Source string - Credentials
Uri string - The URI of sidecar credentials service.
- Ecs
Role stringName - The RAM Role Name attached on a ECS instance for API operations. You can retrieve this from the 'Access Control' section
of the Alibaba Cloud console.
It can also be sourced from the following environment variable:
ALICLOUD_ECS_ROLE_NAME
- Endpoints
List<Pulumi.
Ali Cloud. Inputs. Provider Endpoint> - Fc string
- Log
Endpoint string - Max
Retry intTimeout - The maximum retry timeout of the request.
- Mns
Endpoint string - Ots
Instance stringName - Profile string
- The profile for API operations. If not set, the default profile created with
aliyun configure
will be used. It can also be sourced from the following environment variable:ALICLOUD_PROFILE
- Protocol string
- Region string
- The region where Alibaba Cloud operations will take place. Examples are cn-beijing, cn-hangzhou, eu-central-1, etc.
It can also be sourced from the following environment variable:
ALICLOUD_REGION
- Secret
Key string - The secret key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
- Secure
Transport string - The security transport for the assume role invoking.
- Security
Token string - security token. A security token is only required if you are using Security Token Service.
- Security
Transport string - string
- The path to the shared credentials file. If not set this defaults to ~/.aliyun/config.json
- Sign
Version Pulumi.Ali Cloud. Inputs. Provider Sign Version - Skip
Region boolValidation - Skip static validation of region ID. Used by users of alternative AlibabaCloud-like APIs or users w/ access to regions that are not public (yet).
- Source
Ip string - The source ip for the assume role invoking.
- Access
Key string - The access key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
- Account
Id string - The account ID for some service API operations. You can retrieve this from the 'Security Settings' section of the Alibaba Cloud console.
- Assume
Role ProviderAssume Role Args - Assume
Role ProviderWith Oidc Assume Role With Oidc Args - Client
Connect intTimeout - The maximum timeout of the client connection server.
- Client
Read intTimeout - The maximum timeout of the client read request.
- Configuration
Source string - Credentials
Uri string - The URI of sidecar credentials service.
- Ecs
Role stringName - The RAM Role Name attached on a ECS instance for API operations. You can retrieve this from the 'Access Control' section
of the Alibaba Cloud console.
It can also be sourced from the following environment variable:
ALICLOUD_ECS_ROLE_NAME
- Endpoints
[]Provider
Endpoint Args - Fc string
- Log
Endpoint string - Max
Retry intTimeout - The maximum retry timeout of the request.
- Mns
Endpoint string - Ots
Instance stringName - Profile string
- The profile for API operations. If not set, the default profile created with
aliyun configure
will be used. It can also be sourced from the following environment variable:ALICLOUD_PROFILE
- Protocol string
- Region string
- The region where Alibaba Cloud operations will take place. Examples are cn-beijing, cn-hangzhou, eu-central-1, etc.
It can also be sourced from the following environment variable:
ALICLOUD_REGION
- Secret
Key string - The secret key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
- Secure
Transport string - The security transport for the assume role invoking.
- Security
Token string - security token. A security token is only required if you are using Security Token Service.
- Security
Transport string - string
- The path to the shared credentials file. If not set this defaults to ~/.aliyun/config.json
- Sign
Version ProviderSign Version Args - Skip
Region boolValidation - Skip static validation of region ID. Used by users of alternative AlibabaCloud-like APIs or users w/ access to regions that are not public (yet).
- Source
Ip string - The source ip for the assume role invoking.
- access
Key String - The access key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
- account
Id String - The account ID for some service API operations. You can retrieve this from the 'Security Settings' section of the Alibaba Cloud console.
- assume
Role ProviderAssume Role - assume
Role ProviderWith Oidc Assume Role With Oidc - client
Connect IntegerTimeout - The maximum timeout of the client connection server.
- client
Read IntegerTimeout - The maximum timeout of the client read request.
- configuration
Source String - credentials
Uri String - The URI of sidecar credentials service.
- ecs
Role StringName - The RAM Role Name attached on a ECS instance for API operations. You can retrieve this from the 'Access Control' section
of the Alibaba Cloud console.
It can also be sourced from the following environment variable:
ALICLOUD_ECS_ROLE_NAME
- endpoints
List<Provider
Endpoint> - fc String
- log
Endpoint String - max
Retry IntegerTimeout - The maximum retry timeout of the request.
- mns
Endpoint String - ots
Instance StringName - profile String
- The profile for API operations. If not set, the default profile created with
aliyun configure
will be used. It can also be sourced from the following environment variable:ALICLOUD_PROFILE
- protocol String
- region String
- The region where Alibaba Cloud operations will take place. Examples are cn-beijing, cn-hangzhou, eu-central-1, etc.
It can also be sourced from the following environment variable:
ALICLOUD_REGION
- secret
Key String - The secret key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
- secure
Transport String - The security transport for the assume role invoking.
- security
Token String - security token. A security token is only required if you are using Security Token Service.
- security
Transport String - String
- The path to the shared credentials file. If not set this defaults to ~/.aliyun/config.json
- sign
Version ProviderSign Version - skip
Region BooleanValidation - Skip static validation of region ID. Used by users of alternative AlibabaCloud-like APIs or users w/ access to regions that are not public (yet).
- source
Ip String - The source ip for the assume role invoking.
- access
Key string - The access key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
- account
Id string - The account ID for some service API operations. You can retrieve this from the 'Security Settings' section of the Alibaba Cloud console.
- assume
Role ProviderAssume Role - assume
Role ProviderWith Oidc Assume Role With Oidc - client
Connect numberTimeout - The maximum timeout of the client connection server.
- client
Read numberTimeout - The maximum timeout of the client read request.
- configuration
Source string - credentials
Uri string - The URI of sidecar credentials service.
- ecs
Role stringName - The RAM Role Name attached on a ECS instance for API operations. You can retrieve this from the 'Access Control' section
of the Alibaba Cloud console.
It can also be sourced from the following environment variable:
ALICLOUD_ECS_ROLE_NAME
- endpoints
Provider
Endpoint[] - fc string
- log
Endpoint string - max
Retry numberTimeout - The maximum retry timeout of the request.
- mns
Endpoint string - ots
Instance stringName - profile string
- The profile for API operations. If not set, the default profile created with
aliyun configure
will be used. It can also be sourced from the following environment variable:ALICLOUD_PROFILE
- protocol string
- region string
- The region where Alibaba Cloud operations will take place. Examples are cn-beijing, cn-hangzhou, eu-central-1, etc.
It can also be sourced from the following environment variable:
ALICLOUD_REGION
- secret
Key string - The secret key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
- secure
Transport string - The security transport for the assume role invoking.
- security
Token string - security token. A security token is only required if you are using Security Token Service.
- security
Transport string - string
- The path to the shared credentials file. If not set this defaults to ~/.aliyun/config.json
- sign
Version ProviderSign Version - skip
Region booleanValidation - Skip static validation of region ID. Used by users of alternative AlibabaCloud-like APIs or users w/ access to regions that are not public (yet).
- source
Ip string - The source ip for the assume role invoking.
- access_
key str - The access key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
- account_
id str - The account ID for some service API operations. You can retrieve this from the 'Security Settings' section of the Alibaba Cloud console.
- assume_
role ProviderAssume Role Args - assume_
role_ Providerwith_ oidc Assume Role With Oidc Args - client_
connect_ inttimeout - The maximum timeout of the client connection server.
- client_
read_ inttimeout - The maximum timeout of the client read request.
- configuration_
source str - credentials_
uri str - The URI of sidecar credentials service.
- ecs_
role_ strname - The RAM Role Name attached on a ECS instance for API operations. You can retrieve this from the 'Access Control' section
of the Alibaba Cloud console.
It can also be sourced from the following environment variable:
ALICLOUD_ECS_ROLE_NAME
- endpoints
Sequence[Provider
Endpoint Args] - fc str
- log_
endpoint str - max_
retry_ inttimeout - The maximum retry timeout of the request.
- mns_
endpoint str - ots_
instance_ strname - profile str
- The profile for API operations. If not set, the default profile created with
aliyun configure
will be used. It can also be sourced from the following environment variable:ALICLOUD_PROFILE
- protocol str
- region str
- The region where Alibaba Cloud operations will take place. Examples are cn-beijing, cn-hangzhou, eu-central-1, etc.
It can also be sourced from the following environment variable:
ALICLOUD_REGION
- secret_
key str - The secret key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
- secure_
transport str - The security transport for the assume role invoking.
- security_
token str - security token. A security token is only required if you are using Security Token Service.
- security_
transport str - str
- The path to the shared credentials file. If not set this defaults to ~/.aliyun/config.json
- sign_
version ProviderSign Version Args - skip_
region_ boolvalidation - Skip static validation of region ID. Used by users of alternative AlibabaCloud-like APIs or users w/ access to regions that are not public (yet).
- source_
ip str - The source ip for the assume role invoking.
- access
Key String - The access key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
- account
Id String - The account ID for some service API operations. You can retrieve this from the 'Security Settings' section of the Alibaba Cloud console.
- assume
Role Property Map - assume
Role Property MapWith Oidc - client
Connect NumberTimeout - The maximum timeout of the client connection server.
- client
Read NumberTimeout - The maximum timeout of the client read request.
- configuration
Source String - credentials
Uri String - The URI of sidecar credentials service.
- ecs
Role StringName - The RAM Role Name attached on a ECS instance for API operations. You can retrieve this from the 'Access Control' section
of the Alibaba Cloud console.
It can also be sourced from the following environment variable:
ALICLOUD_ECS_ROLE_NAME
- endpoints List<Property Map>
- fc String
- log
Endpoint String - max
Retry NumberTimeout - The maximum retry timeout of the request.
- mns
Endpoint String - ots
Instance StringName - profile String
- The profile for API operations. If not set, the default profile created with
aliyun configure
will be used. It can also be sourced from the following environment variable:ALICLOUD_PROFILE
- protocol String
- region String
- The region where Alibaba Cloud operations will take place. Examples are cn-beijing, cn-hangzhou, eu-central-1, etc.
It can also be sourced from the following environment variable:
ALICLOUD_REGION
- secret
Key String - The secret key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
- secure
Transport String - The security transport for the assume role invoking.
- security
Token String - security token. A security token is only required if you are using Security Token Service.
- security
Transport String - String
- The path to the shared credentials file. If not set this defaults to ~/.aliyun/config.json
- sign
Version Property Map - skip
Region BooleanValidation - Skip static validation of region ID. Used by users of alternative AlibabaCloud-like APIs or users w/ access to regions that are not public (yet).
- source
Ip String - The source ip for the assume role invoking.
Outputs
All input properties are implicitly available as output properties. Additionally, the Provider resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
ProviderAssumeRole, ProviderAssumeRoleArgs
- Role
Arn string - The ARN of a RAM role to assume prior to making API calls.
- External
Id 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.
- 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 string
- Role
Arn string - The ARN of a RAM role to assume prior to making API calls.
- External
Id 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.
- 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 string
- role
Arn String - The ARN of a RAM role to assume prior to making API calls.
- external
Id 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.
- session
Expiration 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).
- session
Name String
- role
Arn string - The ARN of a RAM role to assume prior to making API calls.
- external
Id 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.
- session
Expiration 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).
- session
Name 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
- role
Arn String - The ARN of a RAM role to assume prior to making API calls.
- external
Id 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.
- session
Expiration 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).
- session
Name String
ProviderAssumeRoleWithOidc, ProviderAssumeRoleWithOidcArgs
- Oidc
Provider stringArn - ARN of the OIDC IdP.
- Role
Arn string - ARN of a RAM role to assume prior to making API calls.
- Oidc
Token string - Oidc
Token stringFile - The file path of OIDC token that is issued by the external IdP.
- Policy string
- The policy that specifies the permissions of the returned STS token. You can use this parameter to grant the STS token fewer permissions than the permissions granted to the RAM role.
- Role
Session stringName - The custom name of the role session. Set this parameter based on your business requirements. In most cases, this parameter is set to the identity of the user who calls the operation, for example, the username.
- Session
Expiration int - The validity period of the STS token. Unit: seconds. Default value: 3600. Minimum value: 900. Maximum value: the value of the MaxSessionDuration parameter when creating a ram role.
- Oidc
Provider stringArn - ARN of the OIDC IdP.
- Role
Arn string - ARN of a RAM role to assume prior to making API calls.
- Oidc
Token string - Oidc
Token stringFile - The file path of OIDC token that is issued by the external IdP.
- Policy string
- The policy that specifies the permissions of the returned STS token. You can use this parameter to grant the STS token fewer permissions than the permissions granted to the RAM role.
- Role
Session stringName - The custom name of the role session. Set this parameter based on your business requirements. In most cases, this parameter is set to the identity of the user who calls the operation, for example, the username.
- Session
Expiration int - The validity period of the STS token. Unit: seconds. Default value: 3600. Minimum value: 900. Maximum value: the value of the MaxSessionDuration parameter when creating a ram role.
- oidc
Provider StringArn - ARN of the OIDC IdP.
- role
Arn String - ARN of a RAM role to assume prior to making API calls.
- oidc
Token String - oidc
Token StringFile - The file path of OIDC token that is issued by the external IdP.
- policy String
- The policy that specifies the permissions of the returned STS token. You can use this parameter to grant the STS token fewer permissions than the permissions granted to the RAM role.
- role
Session StringName - The custom name of the role session. Set this parameter based on your business requirements. In most cases, this parameter is set to the identity of the user who calls the operation, for example, the username.
- session
Expiration Integer - The validity period of the STS token. Unit: seconds. Default value: 3600. Minimum value: 900. Maximum value: the value of the MaxSessionDuration parameter when creating a ram role.
- oidc
Provider stringArn - ARN of the OIDC IdP.
- role
Arn string - ARN of a RAM role to assume prior to making API calls.
- oidc
Token string - oidc
Token stringFile - The file path of OIDC token that is issued by the external IdP.
- policy string
- The policy that specifies the permissions of the returned STS token. You can use this parameter to grant the STS token fewer permissions than the permissions granted to the RAM role.
- role
Session stringName - The custom name of the role session. Set this parameter based on your business requirements. In most cases, this parameter is set to the identity of the user who calls the operation, for example, the username.
- session
Expiration number - The validity period of the STS token. Unit: seconds. Default value: 3600. Minimum value: 900. Maximum value: the value of the MaxSessionDuration parameter when creating a ram role.
- oidc_
provider_ strarn - ARN of the OIDC IdP.
- role_
arn str - ARN of a RAM role to assume prior to making API calls.
- oidc_
token str - oidc_
token_ strfile - The file path of OIDC token that is issued by the external IdP.
- policy str
- The policy that specifies the permissions of the returned STS token. You can use this parameter to grant the STS token fewer permissions than the permissions granted to the RAM role.
- role_
session_ strname - The custom name of the role session. Set this parameter based on your business requirements. In most cases, this parameter is set to the identity of the user who calls the operation, for example, the username.
- session_
expiration int - The validity period of the STS token. Unit: seconds. Default value: 3600. Minimum value: 900. Maximum value: the value of the MaxSessionDuration parameter when creating a ram role.
- oidc
Provider StringArn - ARN of the OIDC IdP.
- role
Arn String - ARN of a RAM role to assume prior to making API calls.
- oidc
Token String - oidc
Token StringFile - The file path of OIDC token that is issued by the external IdP.
- policy String
- The policy that specifies the permissions of the returned STS token. You can use this parameter to grant the STS token fewer permissions than the permissions granted to the RAM role.
- role
Session StringName - The custom name of the role session. Set this parameter based on your business requirements. In most cases, this parameter is set to the identity of the user who calls the operation, for example, the username.
- session
Expiration Number - The validity period of the STS token. Unit: seconds. Default value: 3600. Minimum value: 900. Maximum value: the value of the MaxSessionDuration parameter when creating a ram role.
ProviderEndpoint, ProviderEndpointArgs
- Acr string
- Use this to override the default endpoint URL constructed from the
region
. It's typically used to connect to custom acr endpoints. - Actiontrail string
- Use this to override the default endpoint URL constructed from the
region
. It's typically used to connect to custom Actiontrail endpoints. - Adb string
- Use this to override the default endpoint URL constructed from the
region
. It's typically used to connect to custom AnalyticDB endpoints. - 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. - Brain
Industrial 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. - Dms
Enterprise 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. - Hcs
Sgw 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. - Ressharing 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. - Waf
Openapi 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. - Brain
Industrial 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. - Dms
Enterprise 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. - Hcs
Sgw 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. - Ressharing 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. - Waf
Openapi 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. - brain
Industrial 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. - dms
Enterprise 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. - hcs
Sgw 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. - r
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. - 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. - ressharing 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. - waf
Openapi 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. - brain
Industrial 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. - dms
Enterprise 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. - hcs
Sgw 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. - r
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. - 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. - ressharing 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. - waf
Openapi 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. - ressharing 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. - brain
Industrial 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. - dms
Enterprise 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. - hcs
Sgw 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. - r
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. - 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. - ressharing 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. - waf
Openapi 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
Package Details
- Repository
- Alibaba Cloud pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
alicloud
Terraform Provider.