Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.vpclattice.CfnRulePropsMixin.Builder
Packages that use CfnRulePropsMixin.Builder
-
Uses of CfnRulePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.vpclattice
Methods in software.amazon.awscdk.cfnpropertymixins.services.vpclattice that return CfnRulePropsMixin.BuilderModifier and TypeMethodDescriptionCfnRulePropsMixin.Builder.action(CfnRulePropsMixin.ActionProperty action) Describes the action for a rule.CfnRulePropsMixin.Builder.action(IResolvable action) Describes the action for a rule.static CfnRulePropsMixin.BuilderCfnRulePropsMixin.Builder.create()static CfnRulePropsMixin.BuilderCfnRulePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnRulePropsMixin.Builder.listenerIdentifier(String listenerIdentifier) The ID or ARN of the listener.CfnRulePropsMixin.Builder.match(CfnRulePropsMixin.MatchProperty match) The rule match.CfnRulePropsMixin.Builder.match(IResolvable match) The rule match.The name of the rule.The priority assigned to the rule.CfnRulePropsMixin.Builder.serviceIdentifier(String serviceIdentifier) The ID or ARN of the service.The tags for the rule.