Aws

class aws_cdk.Aws(*args: Any, **kwargs)

Bases: object

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.

Attributes

ACCOUNT_ID = '${Token[AWS.AccountId.6]}'
NOTIFICATION_ARNS = ['#{Token[AWS::NotificationARNs.8]}']
NO_VALUE = '${Token[AWS.NoValue.13]}'
PARTITION = '${Token[AWS.Partition.9]}'
REGION = '${Token[AWS.Region.10]}'
STACK_ID = '${Token[AWS.StackId.11]}'
STACK_NAME = '${Token[AWS.StackName.12]}'
URL_SUFFIX = '${Token[AWS.URLSuffix.7]}'