Uses of Class
software.amazon.awscdk.services.config.CustomRule.Builder
Packages that use CustomRule.Builder
-
Uses of CustomRule.Builder in software.amazon.awscdk.services.config
Methods in software.amazon.awscdk.services.config that return CustomRule.BuilderModifier and TypeMethodDescriptionCustomRule.Builder.configRuleName(String configRuleName) A name for the AWS Config rule.CustomRule.Builder.configurationChanges(Boolean configurationChanges) Whether to run the rule on configuration changes.static CustomRule.BuilderCustomRule.Builder.description(String description) A description about this AWS Config rule.CustomRule.Builder.inputParameters(Map<String, ? extends Object> inputParameters) Input parameter values that are passed to the AWS Config rule.CustomRule.Builder.lambdaFunction(IFunction lambdaFunction) The Lambda function to run.CustomRule.Builder.maximumExecutionFrequency(MaximumExecutionFrequency maximumExecutionFrequency) The maximum frequency at which the AWS Config rule runs evaluations.Whether to run the rule on a fixed frequency.Defines which resources trigger an evaluation for an AWS Config rule.