@Generated(value="jsii-pacmak/1.11.0 (build 1e9b8e1)", date="2020-09-13T06:02:40.333Z") @Stability(value=Stable) 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)
Adds an aspect to apply this scope before synthesis.
|
List<IAspect> |
getAspects()
The list of aspects which were directly applied on this scope.
|
static Aspects |
of(IConstruct scope)
Returns the `Aspects` object associated with a construct scope.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet
protected Aspects(software.amazon.jsii.JsiiObjectRef objRef)
protected Aspects(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) @NotNull public static Aspects of(@NotNull IConstruct scope)
scope
- The scope for which these aspects will apply. This parameter is required.@Stability(value=Stable) public void add(@NotNull IAspect aspect)
aspect
- The aspect to add. This parameter is required.Copyright © 2020. All rights reserved.