Package software.amazon.awscdk
Class ScopedAws
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.ScopedAws
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-15T10:24:53.556Z")
@Stability(Stable)
public class ScopedAws
extends software.amazon.jsii.JsiiObject
Accessor for scoped pseudo parameters.
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);
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
ScopedAws
protected ScopedAws(software.amazon.jsii.JsiiObjectRef objRef) -
ScopedAws
protected ScopedAws(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
ScopedAws
@Stability(Stable) public ScopedAws(@NotNull software.constructs.Construct scope) - Parameters:
scope
- This parameter is required.
-
-
Method Details
-
getAccountId
-
getNotificationArns
-
getPartition
-
getRegion
-
getStackId
-
getStackName
-
getUrlSuffix
-