Class Aws

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.core.Aws
All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:29:54.794Z") @Stability(Stable) public class Aws extends software.amazon.jsii.JsiiObject
Accessor for pseudo parameters.

Since pseudo parameters need to be anchored to a stack somewhere in the construct tree, this class takes an scope parameter; the pseudo parameter values can be obtained as properties from an scoped object.

  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
    static final List<String>
     
    static final String
     
    static final String
     
    static final String
     
    static final String
     
    static final String
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Aws(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    Aws(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

    Methods 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
  • Field Details

    • ACCOUNT_ID

      @Stability(Stable) public static final String ACCOUNT_ID
    • NO_VALUE

      @Stability(Stable) public static final String NO_VALUE
    • NOTIFICATION_ARNS

      @Stability(Stable) public static final List<String> NOTIFICATION_ARNS
    • PARTITION

      @Stability(Stable) public static final String PARTITION
    • REGION

      @Stability(Stable) public static final String REGION
    • STACK_ID

      @Stability(Stable) public static final String STACK_ID
    • STACK_NAME

      @Stability(Stable) public static final String STACK_NAME
    • URL_SUFFIX

      @Stability(Stable) public static final String URL_SUFFIX
  • Constructor Details

    • Aws

      protected Aws(software.amazon.jsii.JsiiObjectRef objRef)
    • Aws

      protected Aws(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)