Uses of Class
com.amazonaws.services.config.model.Source
Packages that use Source
-
Uses of Source in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return SourceModifier and TypeMethodDescriptionSource.clone()
ConfigRule.getSource()
Provides the rule owner (AWS or customer), the rule identifier, and the events that cause the function to evaluate your AWS resources.Indicates whether AWS or the customer owns and manages the AWS Config rule.Indicates whether AWS or the customer owns and manages the AWS Config rule.Source.withSourceDetails
(SourceDetail... sourceDetails) Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.Source.withSourceDetails
(Collection<SourceDetail> sourceDetails) Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.Source.withSourceIdentifier
(String sourceIdentifier) For AWS managed Config rules, a pre-defined identifier from a list.Methods in com.amazonaws.services.config.model with parameters of type SourceModifier and TypeMethodDescriptionvoid
Provides the rule owner (AWS or customer), the rule identifier, and the events that cause the function to evaluate your AWS resources.ConfigRule.withSource
(Source source) Provides the rule owner (AWS or customer), the rule identifier, and the events that cause the function to evaluate your AWS resources.