class Aws
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.Aws | 
  Java | software.amazon.awscdk.core.Aws | 
  Python | aws_cdk.core.Aws | 
  TypeScript (source) | @aws-cdk/core » 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
| Name | Type | Description | 
|---|---|---|
| static ACCOUNT_ID | string | |
| static NOTIFICATION_ARNS | string[] | |
| static NO_VALUE | string | |
| static PARTITION | string | |
| static REGION | string | |
| static STACK_ID | string | |
| static STACK_NAME | string | |
| static URL_SUFFIX | string | 
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

 .NET
 Java
 Python
 TypeScript (