Table of Contents

Class ScopedAws

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll

Accessor for scoped pseudo parameters.

public class ScopedAws : DeputyBase
Inheritance
ScopedAws

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);

Remarks

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

ExampleMetadata: fixture=_generated

Constructors

ScopedAws(Construct)

public ScopedAws(Construct scope)

Parameters

scope Construct

Properties

AccountId

public virtual string AccountId { get; }

Property Value

string

NotificationArns

public virtual string[] NotificationArns { get; }

Property Value

string[]

Partition

public virtual string Partition { get; }

Property Value

string

Region

public virtual string Region { get; }

Property Value

string

StackId

public virtual string StackId { get; }

Property Value

string

StackName

public virtual string StackName { get; }

Property Value

string

UrlSuffix

public virtual string UrlSuffix { get; }

Property Value

string