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. |
accountId
Required
public readonly accountId: string;
- Type: string
Return the account.
region
Required
public readonly region: string;
- Type: string
Return the region.