EnvironmentPlaceholderValues
Return the appropriate values for the environment placeholders.
Initializer
import { EnvironmentPlaceholderValues } from '@alicloud/ros-cdk-cxapi'
const environmentPlaceholderValues: EnvironmentPlaceholderValues = { ... }
Properties
| Name | Type | Description |
|---|---|---|
accountId |
string |
Return the account. |
region |
string |
Return the region. |
accountIdRequired
public readonly accountId: string;
- Type: string
Return the account.
regionRequired
public readonly region: string;
- Type: string
Return the region.