EnvironmentPlaceholderValues
Return the appropriate values for the environment placeholders.
Initializer
import ros_cdk_cxapi
ros_cdk_cxapi.EnvironmentPlaceholderValues(
account_id: str,
region: str
)
Properties
Name | Type | Description |
---|---|---|
account_id |
str |
Return the account. |
region |
str |
Return the region. |
account_id
Required
account_id: str
- Type: str
Return the account.
region
Required
region: str
- Type: str
Return the region.