@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:35.928Z") @Stability(value=Stable) public class ScopedAws extends software.amazon.jsii.JsiiObject
These pseudo parameters are anchored to a stack somewhere in the construct tree, and their values will be exported automatically.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.*; ScopedAws scopedAws = new ScopedAws(this);
| Modifier | Constructor and Description |
|---|---|
|
ScopedAws(software.constructs.Construct scope) |
protected |
ScopedAws(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
ScopedAws(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountId() |
List<String> |
getNotificationArns() |
String |
getPartition() |
String |
getRegion() |
String |
getStackId() |
String |
getStackName() |
String |
getUrlSuffix() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected ScopedAws(software.amazon.jsii.JsiiObjectRef objRef)
protected ScopedAws(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public ScopedAws(@NotNull
software.constructs.Construct scope)
scope - This parameter is required.@Stability(value=Stable) @NotNull public String getAccountId()
@Stability(value=Stable) @NotNull public String getPartition()
@Stability(value=Stable) @NotNull public String getRegion()
@Stability(value=Stable) @NotNull public String getStackId()
@Stability(value=Stable) @NotNull public String getStackName()
@Stability(value=Stable) @NotNull public String getUrlSuffix()
Copyright © 2022. All rights reserved.