Uses of Interface
software.amazon.awscdk.services.config.CfnConfigRule.SourceProperty
Packages that use CfnConfigRule.SourceProperty
-
Uses of CfnConfigRule.SourceProperty in software.amazon.awscdk.services.config
Classes in software.amazon.awscdk.services.config that implement CfnConfigRule.SourcePropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnConfigRule.SourcePropertyMethods in software.amazon.awscdk.services.config that return CfnConfigRule.SourcePropertyModifier and TypeMethodDescriptionCfnConfigRule.SourceProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.config with parameters of type CfnConfigRule.SourcePropertyModifier and TypeMethodDescriptionvoidCfnConfigRule.setSource(CfnConfigRule.SourceProperty value) 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.CfnConfigRuleProps.Builder.source(CfnConfigRule.SourceProperty source) Sets the value ofCfnConfigRuleProps.getSource()