IEnvironmentPlaceholderProvider¶
-
class
aws_cdk.cx_api.
IEnvironmentPlaceholderProvider
(*args, **kwds)¶ Bases:
typing_extensions.Protocol
Return the appropriate values for the environment placeholders.
Methods
-
account_id
()¶ Return the account.
- Return type
str
-
partition
()¶ Return the partition.
- Return type
str
-
region
()¶ Return the region.
- Return type
str
-