EnvironmentPlaceholderValues
- class aws_cdk.cx_api.EnvironmentPlaceholderValues(*, account_id, partition, region)
Bases:
object
Return the appropriate values for the environment placeholders.
- Parameters:
account_id (
str
) – Return the account.partition (
str
) – Return the partition.region (
str
) – Return the region.
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.cx_api as cx_api environment_placeholder_values = cx_api.EnvironmentPlaceholderValues( account_id="accountId", partition="partition", region="region" )
Attributes
- account_id
Return the account.
- partition
Return the partition.
- region
Return the region.