IEnvironmentPlaceholderProvider
- class aws_cdk.cx_api.IEnvironmentPlaceholderProvider(*args, **kwargs)
Bases:
Protocol(deprecated) Return the appropriate values for the environment placeholders.
- Deprecated:
The definition of this type has moved to
@aws-cdk/cloud-assembly-api.- Stability:
deprecated
Methods
- account_id()
(deprecated) Return the account.
- Stability:
deprecated
- Return type:
str
- partition()
(deprecated) Return the partition.
- Stability:
deprecated
- Return type:
str
- region()
(deprecated) Return the region.
- Stability:
deprecated
- Return type:
str