Uses of Class
software.amazon.awscdk.services.config.CfnConfigRule.Builder
Packages that use CfnConfigRule.Builder
-
Uses of CfnConfigRule.Builder in software.amazon.awscdk.services.config
Methods in software.amazon.awscdk.services.config that return CfnConfigRule.BuilderModifier and TypeMethodDescriptionCfnConfigRule.Builder.configRuleName(String configRuleName) A name for the AWS Config rule.static CfnConfigRule.BuilderCfnConfigRule.Builder.description(String description) The description that you provide for the AWS Config rule.CfnConfigRule.Builder.inputParameters(Object inputParameters) A string, in JSON format, that is passed to the AWS Config rule Lambda function.CfnConfigRule.Builder.maximumExecutionFrequency(String maximumExecutionFrequency) The maximum frequency with which AWS Config runs evaluations for a rule.CfnConfigRule.Builder.scope(IResolvable scope) Defines which resources can trigger an evaluation for the rule.CfnConfigRule.Builder.scope(CfnConfigRule.ScopeProperty scope) Defines which resources can trigger an evaluation for the rule.CfnConfigRule.Builder.source(IResolvable source) Provides the rule owner (AWSfor managed rules,CUSTOM_POLICYfor Custom Policy rules, andCUSTOM_LAMBDAfor Custom Lambda rules), the rule identifier, and the notifications that cause the function to evaluate your AWS resources.CfnConfigRule.Builder.source(CfnConfigRule.SourceProperty source) Provides the rule owner (AWSfor managed rules,CUSTOM_POLICYfor Custom Policy rules, andCUSTOM_LAMBDAfor Custom Lambda rules), the rule identifier, and the notifications that cause the function to evaluate your AWS resources.