Skip to content

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_idRequired

account_id: str
  • Type: str

Return the account.


regionRequired

region: str
  • Type: str

Return the region.