| Modifier and Type | Interface and Description |
|---|---|
static interface |
IAspect.Jsii$Default
Internal default implementation for
IAspect. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IAspect.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
RemoveTag
The RemoveTag Aspect will handle removing tags from this node and children.
|
class |
Tag
The Tag Aspect will handle adding a tag to this node and cascading tags to children.
|
| Modifier and Type | Method and Description |
|---|---|
List<IAspect> |
Aspects.getAspects()
The list of aspects which were directly applied on this scope.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Aspects.add(IAspect aspect)
Adds an aspect to apply this scope before synthesis.
|
void |
ConstructNode.applyAspect(IAspect aspect)
Deprecated.
This API is going to be removed in the next major version of
the AWS CDK. Please use `Aspects.of(scope).add()` instead.
|
Copyright © 2021. All rights reserved.