Uses of Interface
software.amazon.awscdk.IAspect
Packages that use IAspect
Package
Description
AWS Cloud Development Kit Library
AWS CDK Custom Resources
Amazon EC2 Auto Scaling Construct Library
Amazon EC2 Construct Library
AWS Lambda Construct Library
-
Uses of IAspect in software.amazon.awscdk
Subinterfaces of IAspect in software.amazon.awscdkModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIAspect
.Classes in software.amazon.awscdk that implement IAspectModifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
The RemoveTag Aspect will handle removing tags from this node and children.class
The Tag Aspect will handle adding a tag to this node and cascading tags to children.Methods in software.amazon.awscdk that return IAspectMethods in software.amazon.awscdk that return types with arguments of type IAspectModifier and TypeMethodDescriptionAspects.getAll()
The list of aspects which were directly applied on this scope.Methods in software.amazon.awscdk with parameters of type IAspectModifier and TypeMethodDescriptionvoid
Adds an aspect to apply this scope before synthesis.void
Aspects.add
(IAspect aspect, AspectOptions options) Adds an aspect to apply this scope before synthesis.Constructors in software.amazon.awscdk with parameters of type IAspectModifierConstructorDescriptionAspectApplication
(software.constructs.IConstruct construct, IAspect aspect, Number priority) Initializes AspectApplication object. -
Uses of IAspect in software.amazon.awscdk.customresources
Classes in software.amazon.awscdk.customresources that implement IAspectModifier and TypeClassDescriptionclass
Manages lambda runtime for AWS-vended custom resources.class
Manages log retention for AWS-vended custom resources.class
Manages removal policy for AWS-vended custom resources. -
Uses of IAspect in software.amazon.awscdk.services.autoscaling
Classes in software.amazon.awscdk.services.autoscaling that implement IAspectModifier and TypeClassDescriptionclass
Aspect that makes IMDSv2 required on instances deployed by AutoScalingGroups. -
Uses of IAspect in software.amazon.awscdk.services.ec2
Classes in software.amazon.awscdk.services.ec2 that implement IAspectModifier and TypeClassDescriptionclass
Aspect that applies IMDS configuration on EC2 Instance constructs.class
Aspect that applies IMDS configuration on EC2 Launch Template constructs. -
Uses of IAspect in software.amazon.awscdk.services.lambda
Classes in software.amazon.awscdk.services.lambda that implement IAspectModifier and TypeClassDescriptionclass
Aspect for upgrading function versions when the provided feature flag is enabled.