@aws-cdk_cx-api.EnvironmentPlaceholderValues

interface EnvironmentPlaceholderValues

LanguageType name
.NETAmazon.CDK.CXAPI.EnvironmentPlaceholderValues
Javasoftware.amazon.awscdk.cxapi.EnvironmentPlaceholderValues
Pythonaws_cdk.cx_api.EnvironmentPlaceholderValues
TypeScript (source)@aws-cdk/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 * as cx_api from '@aws-cdk/cx-api';
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.