@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:42.409Z") @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, jsiiStaticSetprotected 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 © 2021. All rights reserved.