AccountName
- Last Updated: August 4, 2021
- 1 minute read
- DataDirect Connectors
- JDBC
- Snowflake 6.0
- TeamCity 6.0
- Documentation
Purpose
Specifies the full name of your account and the region where it is hosted. The full account name may include additional segments that denote region and cloud platform.
Valid Values
string
where:
- string
- is the full name of an account with region and cloud platform.
Example
| Cloud Platform/Region | Full Account Name |
|---|---|
| AWS | |
| US East (N.Virginia) | account_name.us-east-1 |
| US East (Ohio) | account_name.us-east-2.aws |
| US West (Oregon) | account_name |
| Canada (Central) | account_name.ca-central-1.aws |
| EU (Ireland) | account_name.eu-west-1 |
| EU (Frankfurt) | account_name.eu-central-1 |
| Asia Pacific (Singapore) | account_name.ap-southeast-1 |
| Asia Pacific (Sydney) | account_name.ap-southeast-2 |
| Asia Pacific (Tokyo) | account_name.ap-northeast-1.aws |
| Azure | |
| East US 2 | account_name.east-us-2.azure |
| West US 2 | account_name.west-us-2.azure |
| US Gov Virginia | account_name.us-gov-virginia.azure |
| Canada Central | account_name.canada-central.azure |
| West Europe | account_name.west-europe.azure |
| Australia East | account_name.australia-east.azure |
| Southeast Asia | account_name.southeast-asia.azure |
Data Source Methods
public String getAccountName()
public void setAccountName(String)
Default Value
No default value
Data Type
String