@Generated(value="jsii-pacmak/1.61.0 (build abf4039)", date="2022-07-08T15:32:47.470Z") @Stability(value=Experimental) public class Aspects extends software.amazon.jsii.JsiiObject
Modifier | Constructor and Description |
---|---|
protected |
Aspects(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Aspects(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
void |
add(IAspect aspect)
(experimental) Adds an aspect to apply this scope before synthesis.
|
List<IAspect> |
getAll()
(experimental) The list of aspects which were directly applied on this scope.
|
static Aspects |
of(software.constructs.IConstruct scope)
(experimental) Returns the `Aspects` object associated with a construct scope.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
protected Aspects(software.amazon.jsii.JsiiObjectRef objRef)
protected Aspects(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) @NotNull public static Aspects of(@NotNull software.constructs.IConstruct scope)
scope
- The scope for which these aspects will apply. This parameter is required.@Stability(value=Experimental) public void add(@NotNull IAspect aspect)
aspect
- The aspect to add. This parameter is required.Copyright © 2022. All rights reserved.