interface IEnvironmentPlaceholderProvider
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.CXAPI.IEnvironmentPlaceholderProvider | 
|  Java | software.amazon.awscdk.cxapi.IEnvironmentPlaceholderProvider | 
|  Python | aws_cdk.cx_api.IEnvironmentPlaceholderProvider | 
|  TypeScript (source) | @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.
