Class ScopedAws
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
NotificationArns
public virtual string[] NotificationArns { get; }
Property Value
- string[]
Partition
public virtual string Partition { get; }
Property Value
Region
public virtual string Region { get; }
Property Value
StackId
public virtual string StackId { get; }
Property Value
StackName
public virtual string StackName { get; }
Property Value
UrlSuffix
public virtual string UrlSuffix { get; }