Show / Hide Table of Contents

Class ScopedAws

Accessor for scoped pseudo parameters.

Inheritance
System.Object
ScopedAws
Namespace: Amazon.CDK
Assembly: Amazon.CDK.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;
ScopedAws scopedAws = new ScopedAws(this);

Synopsis

Constructors

ScopedAws(Construct)
ScopedAws(ByRefValue)

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

ScopedAws(DeputyBase.DeputyProps)

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

Properties

AccountId
NotificationArns
Partition
Region
StackId
StackName
UrlSuffix

Constructors

ScopedAws(Construct)

public ScopedAws(Construct scope)
Parameters
scope Construct

ScopedAws(ByRefValue)

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

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

The Javascript-owned object reference

ScopedAws(DeputyBase.DeputyProps)

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

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

The deputy props

Properties

AccountId

public virtual string AccountId { get; }
Property Value

System.String

NotificationArns

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

System.String[]

Partition

public virtual string Partition { get; }
Property Value

System.String

Region

public virtual string Region { get; }
Property Value

System.String

StackId

public virtual string StackId { get; }
Property Value

System.String

StackName

public virtual string StackName { get; }
Property Value

System.String

UrlSuffix

public virtual string UrlSuffix { get; }
Property Value

System.String

Back to top Generated by DocFX