aws-cdk-lib.Aws

class Aws

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

Accessor for pseudo parameters.

Since pseudo parameters need to be anchored to a stack somewhere in the construct tree, this class takes an scope parameter; the pseudo parameter values can be obtained as properties from an scoped object.

Properties

NameTypeDescription
static ACCOUNT_IDstring
static NOTIFICATION_ARNSstring[]
static NO_VALUEstring
static PARTITIONstring
static REGIONstring
static STACK_IDstring
static STACK_NAMEstring
static URL_SUFFIXstring

static ACCOUNT_ID

Type: string


static NOTIFICATION_ARNS

Type: string[]


static NO_VALUE

Type: string


static PARTITION

Type: string


static REGION

Type: string


static STACK_ID

Type: string


static STACK_NAME

Type: string


static URL_SUFFIX

Type: string