Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.guardduty.CfnCustomDetectionRuleAssociationPropsMixin.Builder
Packages that use CfnCustomDetectionRuleAssociationPropsMixin.Builder
-
Uses of CfnCustomDetectionRuleAssociationPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.guardduty
Methods in software.amazon.awscdk.cfnpropertymixins.services.guardduty that return CfnCustomDetectionRuleAssociationPropsMixin.BuilderModifier and TypeMethodDescriptionCfnCustomDetectionRuleAssociationPropsMixin.Builder.create()CfnCustomDetectionRuleAssociationPropsMixin.Builder.create(CfnPropertyMixinOptions options) Whether the rule runs in LIVE mode (generates findings) or DRY_RUN mode (evaluates without generating findings).The catalog identifier of the custom detection rule to associate.CfnCustomDetectionRuleAssociationPropsMixin.Builder.tags(List<? extends CfnCustomDetectionRuleAssociationPropsMixin.TagItemProperty> tags) The tags applied to the association.