interface IEnvironmentPlaceholderProvider
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.CXAPI.IEnvironmentPlaceholderProvider |
![]() | software.amazon.awscdk.cxapi.IEnvironmentPlaceholderProvider |
![]() | aws_cdk.cx_api.IEnvironmentPlaceholderProvider |
![]() | @aws-cdk/cx-api » IEnvironmentPlaceholderProvider |
Return the appropriate values for the environment placeholders.
Methods
Name | Description |
---|---|
account | Return the account. |
partition() | Return the partition. |
region() | Return the region. |
accountId()
public accountId(): string
Returns
string
Return the account.
partition()
public partition(): string
Returns
string
Return the partition.
region()
public region(): string
Returns
string
Return the region.