Show / Hide Table of Contents

Class ScopedAws

Accessor for scoped pseudo parameters.

Inheritance
object
ScopedAws
Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ScopedAws : DeputyBase
Syntax (vb)
Public Class ScopedAws Inherits DeputyBase
Remarks

These pseudo parameters are anchored to a stack somewhere in the construct tree, and their values will be exported automatically.

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK;

             var scopedAws = new ScopedAws(this);

Synopsis

Constructors

ScopedAws(Construct)

Accessor for scoped pseudo parameters.

Properties

AccountId

Accessor for scoped pseudo parameters.

NotificationArns

Accessor for scoped pseudo parameters.

Partition

Accessor for scoped pseudo parameters.

Region

Accessor for scoped pseudo parameters.

StackId

Accessor for scoped pseudo parameters.

StackName

Accessor for scoped pseudo parameters.

UrlSuffix

Accessor for scoped pseudo parameters.

Constructors

ScopedAws(Construct)

Accessor for scoped pseudo parameters.

public ScopedAws(Construct scope)
Parameters
scope Construct
Remarks

These pseudo parameters are anchored to a stack somewhere in the construct tree, and their values will be exported automatically.

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK;

             var scopedAws = new ScopedAws(this);

Properties

AccountId

Accessor for scoped pseudo parameters.

public virtual string AccountId { get; }
Property Value

string

Remarks

These pseudo parameters are anchored to a stack somewhere in the construct tree, and their values will be exported automatically.

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK;

             var scopedAws = new ScopedAws(this);

NotificationArns

Accessor for scoped pseudo parameters.

public virtual string[] NotificationArns { get; }
Property Value

string[]

Remarks

These pseudo parameters are anchored to a stack somewhere in the construct tree, and their values will be exported automatically.

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK;

             var scopedAws = new ScopedAws(this);

Partition

Accessor for scoped pseudo parameters.

public virtual string Partition { get; }
Property Value

string

Remarks

These pseudo parameters are anchored to a stack somewhere in the construct tree, and their values will be exported automatically.

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK;

             var scopedAws = new ScopedAws(this);

Region

Accessor for scoped pseudo parameters.

public virtual string Region { get; }
Property Value

string

Remarks

These pseudo parameters are anchored to a stack somewhere in the construct tree, and their values will be exported automatically.

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK;

             var scopedAws = new ScopedAws(this);

StackId

Accessor for scoped pseudo parameters.

public virtual string StackId { get; }
Property Value

string

Remarks

These pseudo parameters are anchored to a stack somewhere in the construct tree, and their values will be exported automatically.

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK;

             var scopedAws = new ScopedAws(this);

StackName

Accessor for scoped pseudo parameters.

public virtual string StackName { get; }
Property Value

string

Remarks

These pseudo parameters are anchored to a stack somewhere in the construct tree, and their values will be exported automatically.

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK;

             var scopedAws = new ScopedAws(this);

UrlSuffix

Accessor for scoped pseudo parameters.

public virtual string UrlSuffix { get; }
Property Value

string

Remarks

These pseudo parameters are anchored to a stack somewhere in the construct tree, and their values will be exported automatically.

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK;

             var scopedAws = new ScopedAws(this);
Back to top Generated by DocFX