Uses of Interface
software.amazon.awscdk.IConstructSelector
Packages that use IConstructSelector
-
Uses of IConstructSelector in software.amazon.awscdk
Subinterfaces of IConstructSelector in software.amazon.awscdkModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIConstructSelector.Classes in software.amazon.awscdk that implement IConstructSelectorModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk that return IConstructSelectorModifier and TypeMethodDescriptionstatic IConstructSelectorConstructSelector.all()Selects all constructs in the tree.static IConstructSelectorSelects constructs whose construct IDs match a pattern.static IConstructSelectorSelects constructs whose construct paths match a pattern.static IConstructSelectorConstructSelector.cfnResource()Selects CfnResource constructs or the default CfnResource child.static IConstructSelectorConstructSelector.onlyItself()Selects only the provided construct.static IConstructSelectorConstructSelector.resourcesOfType(String... types) Selects constructs of a specific type.Methods in software.amazon.awscdk with parameters of type IConstructSelectorModifier and TypeMethodDescriptionstatic MixinApplicatorMixins.of(software.constructs.IConstruct scope, IConstructSelector selector) Creates a MixinApplicator for the given scope.Constructors in software.amazon.awscdk with parameters of type IConstructSelectorModifierConstructorDescriptionMixinApplicator(software.constructs.IConstruct scope, IConstructSelector selector)