aws-cdk-lib.cx_api.IEnvironmentPlaceholderProvider

interface IEnvironmentPlaceholderProvider

LanguageType name
.NETAmazon.CDK.CXAPI.IEnvironmentPlaceholderProvider
Gogithub.com/aws/aws-cdk-go/awscdk/v2/cxapi#IEnvironmentPlaceholderProvider
Javasoftware.amazon.awscdk.cxapi.IEnvironmentPlaceholderProvider
Pythonaws_cdk.cx_api.IEnvironmentPlaceholderProvider
TypeScript (source)aws-cdk-lib » cx_api » IEnvironmentPlaceholderProvider

Return the appropriate values for the environment placeholders.

Methods

NameDescription
accountId()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.