Uses of Interface
software.amazon.awscdk.services.config.CfnConfigRule.SourceProperty
-
Uses of CfnConfigRule.SourceProperty in software.amazon.awscdk.services.config
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnConfigRule.SourceProperty
Modifier and TypeMethodDescriptionCfnConfigRule.SourceProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionvoid
CfnConfigRule.setSource
(CfnConfigRule.SourceProperty value) Provides the rule owner (AWS
for managed rules,CUSTOM_POLICY
for Custom Policy rules, andCUSTOM_LAMBDA
for 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 (AWS
for managed rules,CUSTOM_POLICY
for Custom Policy rules, andCUSTOM_LAMBDA
for Custom Lambda rules), the rule identifier, and the notifications that cause the function to evaluate your AWS resources.CfnConfigRuleProps.Builder.source
(CfnConfigRule.SourceProperty source) Sets the value ofCfnConfigRuleProps.getSource()