aws-cdk-lib.cx_api.EnvironmentPlaceholderValues

interface EnvironmentPlaceholderValues

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

Return the appropriate values for the environment placeholders.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { cx_api } from 'aws-cdk-lib';
const environmentPlaceholderValues: cx_api.EnvironmentPlaceholderValues = {
  accountId: 'accountId',
  partition: 'partition',
  region: 'region',
};

Properties

NameTypeDescription
accountIdstringReturn the account.
partitionstringReturn the partition.
regionstringReturn the region.

accountId

Type: string

Return the account.


partition

Type: string

Return the partition.


region

Type: string

Return the region.