Package software.amazon.awscdk
Class AspectPriority
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.AspectPriority
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:09:57.197Z")
@Stability(Stable)
public class AspectPriority
extends software.amazon.jsii.JsiiObject
Default Priority values for Aspects.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.*; AspectPriority aspectPriority = new AspectPriority();
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAspectPriority(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedAspectPriority(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, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
DEFAULT
Default priority for Aspects that are applied without a priority. -
MUTATING
Suggested priority for Aspects that mutate the construct tree. -
READONLY
Suggested priority for Aspects that only read the construct tree.
-
-
Constructor Details
-
AspectPriority
protected AspectPriority(software.amazon.jsii.JsiiObjectRef objRef) -
AspectPriority
protected AspectPriority(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
AspectPriority
@Stability(Stable) public AspectPriority()
-