@aws-cdk_cx-api.IEnvironmentPlaceholderProvider

interface IEnvironmentPlaceholderProvider

LanguageType name
.NETAmazon.CDK.CXAPI.IEnvironmentPlaceholderProvider
Javasoftware.amazon.awscdk.cxapi.IEnvironmentPlaceholderProvider
Pythonaws_cdk.cx_api.IEnvironmentPlaceholderProvider
TypeScript (source)@aws-cdk/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.