Uses of Interface
software.amazon.awscdk.core.IAspect
Packages that use IAspect
Package
Description
AWS Cloud Development Kit Core Library
Amazon EC2 Auto Scaling Construct Library
Amazon EC2 Construct Library
AWS Lambda Construct Library
-
Uses of IAspect in software.amazon.awscdk.core
Subinterfaces of IAspect in software.amazon.awscdk.coreModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIAspect.Classes in software.amazon.awscdk.core that implement IAspectModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classThe RemoveTag Aspect will handle removing tags from this node and children.classThe Tag Aspect will handle adding a tag to this node and cascading tags to children.Methods in software.amazon.awscdk.core that return types with arguments of type IAspectModifier and TypeMethodDescriptionAspects.getAspects()The list of aspects which were directly applied on this scope.Methods in software.amazon.awscdk.core with parameters of type IAspectModifier and TypeMethodDescriptionvoidAdds an aspect to apply this scope before synthesis.voidConstructNode.applyAspect(IAspect aspect) Deprecated.This API is going to be removed in the next major version of the AWS CDK. -
Uses of IAspect in software.amazon.awscdk.services.autoscaling
Classes in software.amazon.awscdk.services.autoscaling that implement IAspectModifier and TypeClassDescriptionclassAspect 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 TypeClassDescriptionclassAspect that applies IMDS configuration on EC2 Instance constructs.classAspect 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 TypeClassDescriptionclassAspect for upgrading function versions when the feature flag provided feature flag present.