Uses of Class
software.amazon.awscdk.services.config.CustomRule.Builder
-
Uses of CustomRule.Builder in software.amazon.awscdk.services.config
Modifier 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.Builder
CustomRule.Builder.description
(String description) A description about this AWS Config rule.CustomRule.Builder.evaluationModes
(EvaluationMode evaluationModes) The modes the AWS Config rule can be evaluated in.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.