Table of Contents

Class Aws

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll

Accessor for pseudo parameters.

public class Aws : DeputyBase
Inheritance
Aws

Remarks

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

ACCOUNT_ID

public static string ACCOUNT_ID { get; }

Property Value

string

NOTIFICATION_ARNS

public static string[] NOTIFICATION_ARNS { get; }

Property Value

string[]

NO_VALUE

public static string NO_VALUE { get; }

Property Value

string

PARTITION

public static string PARTITION { get; }

Property Value

string

REGION

public static string REGION { get; }

Property Value

string

STACK_ID

public static string STACK_ID { get; }

Property Value

string

STACK_NAME

public static string STACK_NAME { get; }

Property Value

string

URL_SUFFIX

public static string URL_SUFFIX { get; }

Property Value

string