@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:27:57.398Z") @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> |
getAspects()
(experimental) The list of aspects which were directly applied on this scope.
|
static Aspects |
of(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 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 © 2020. All rights reserved.