Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.cloudformation.CfnGuardHookPropsMixin.Builder
Packages that use CfnGuardHookPropsMixin.Builder
-
Uses of CfnGuardHookPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.cloudformation
Methods in software.amazon.awscdk.cfnpropertymixins.services.cloudformation that return CfnGuardHookPropsMixin.BuilderModifier and TypeMethodDescriptionThe type name alias for the Hook.CfnGuardHookPropsMixin.Builder.create()CfnGuardHookPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnGuardHookPropsMixin.Builder.executionRole(String executionRole) The IAM role that the Hook assumes to retrieve your Guard rules from S3 and optionally write a detailed Guard output report back.CfnGuardHookPropsMixin.Builder.failureMode(String failureMode) Specifies how the Hook responds when rules fail their evaluation.CfnGuardHookPropsMixin.Builder.hookStatus(String hookStatus) Specifies if the Hook isENABLEDorDISABLED.Specifies the name of an S3 bucket to store the Guard output report.CfnGuardHookPropsMixin.Builder.options(CfnGuardHookPropsMixin.OptionsProperty options) Specifies the S3 location of your input parameters.CfnGuardHookPropsMixin.Builder.options(IResolvable options) Specifies the S3 location of your input parameters.CfnGuardHookPropsMixin.Builder.ruleLocation(CfnGuardHookPropsMixin.S3LocationProperty ruleLocation) Specifies the S3 location of your Guard rules.CfnGuardHookPropsMixin.Builder.ruleLocation(IResolvable ruleLocation) Specifies the S3 location of your Guard rules.CfnGuardHookPropsMixin.Builder.stackFilters(CfnGuardHookPropsMixin.StackFiltersProperty stackFilters) Specifies the stack level filters for the Hook.CfnGuardHookPropsMixin.Builder.stackFilters(IResolvable stackFilters) Specifies the stack level filters for the Hook.CfnGuardHookPropsMixin.Builder.targetFilters(CfnGuardHookPropsMixin.TargetFiltersProperty targetFilters) Specifies the target filters for the Hook.CfnGuardHookPropsMixin.Builder.targetFilters(IResolvable targetFilters) Specifies the target filters for the Hook.CfnGuardHookPropsMixin.Builder.targetOperations(List<String> targetOperations) Specifies the list of operations the Hook is run against.