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 interfaceInternal default implementation forIAspect.Classes in software.amazon.awscdk 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 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 TypeMethodDescriptionvoidAdds an aspect to apply this scope before synthesis.voidAspects.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 TypeClassDescriptionclassManages lambda runtime for AWS-vended custom resources.classManages log retention for AWS-vended custom resources.classManages 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 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 provided feature flag is enabled.