Class Aws
Accessor for pseudo parameters.
Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class Aws : DeputyBase
Syntax (vb)
Public Class Aws Inherits DeputyBase
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.
Synopsis
Properties
ACCOUNT_ID | Accessor for pseudo parameters. |
NOTIFICATION_ARNS | Accessor for pseudo parameters. |
NO_VALUE | Accessor for pseudo parameters. |
PARTITION | Accessor for pseudo parameters. |
REGION | Accessor for pseudo parameters. |
STACK_ID | Accessor for pseudo parameters. |
STACK_NAME | Accessor for pseudo parameters. |
URL_SUFFIX | Accessor for pseudo parameters. |
Properties
ACCOUNT_ID
Accessor for pseudo parameters.
public static string ACCOUNT_ID { get; }
Property Value
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.
NOTIFICATION_ARNS
Accessor for pseudo parameters.
public static string[] NOTIFICATION_ARNS { get; }
Property Value
string[]
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.
NO_VALUE
Accessor for pseudo parameters.
public static string NO_VALUE { get; }
Property Value
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.
PARTITION
Accessor for pseudo parameters.
public static string PARTITION { get; }
Property Value
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.
REGION
Accessor for pseudo parameters.
public static string REGION { get; }
Property Value
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.
STACK_ID
Accessor for pseudo parameters.
public static string STACK_ID { get; }
Property Value
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.
STACK_NAME
Accessor for pseudo parameters.
public static string STACK_NAME { get; }
Property Value
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.
URL_SUFFIX
Accessor for pseudo parameters.
public static string URL_SUFFIX { get; }
Property Value
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.