Show / Hide Table of Contents

Class Aws

Accessor for pseudo parameters.

Inheritance
System.Object
Aws
Namespace: Amazon.CDK
Assembly: Amazon.CDK.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

Constructors

Aws(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

Aws(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

Properties

ACCOUNT_ID
NO_VALUE
NOTIFICATION_ARNS
PARTITION
REGION
STACK_ID
STACK_NAME
URL_SUFFIX

Constructors

Aws(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

protected Aws(ByRefValue reference)
Parameters
reference Amazon.JSII.Runtime.Deputy.ByRefValue

The Javascript-owned object reference

Aws(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

protected Aws(DeputyBase.DeputyProps props)
Parameters
props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps

The deputy props

Properties

ACCOUNT_ID

public static string ACCOUNT_ID { get; }
Property Value

System.String

NO_VALUE

public static string NO_VALUE { get; }
Property Value

System.String

NOTIFICATION_ARNS

public static string[] NOTIFICATION_ARNS { get; }
Property Value

System.String[]

PARTITION

public static string PARTITION { get; }
Property Value

System.String

REGION

public static string REGION { get; }
Property Value

System.String

STACK_ID

public static string STACK_ID { get; }
Property Value

System.String

STACK_NAME

public static string STACK_NAME { get; }
Property Value

System.String

URL_SUFFIX

public static string URL_SUFFIX { get; }
Property Value

System.String

Back to top Generated by DocFX