Package | Description |
---|---|
com.amazonaws.services.config.model |
Modifier and Type | Method and Description |
---|---|
Source |
Source.clone() |
Source |
ConfigRule.getSource()
Provides the rule owner (AWS or customer), the rule identifier, and the
events that cause the function to evaluate your AWS resources.
|
Source |
Source.withOwner(Owner owner)
Indicates whether AWS or the customer owns and manages the AWS Config
rule.
|
Source |
Source.withOwner(String owner)
Indicates whether AWS or the customer owns and manages the AWS Config
rule.
|
Source |
Source.withSourceDetails(Collection<SourceDetail> sourceDetails)
Provides the source and type of the event that causes AWS Config to
evaluate your AWS resources.
|
Source |
Source.withSourceDetails(SourceDetail... sourceDetails)
Provides the source and type of the event that causes AWS Config to
evaluate your AWS resources.
|
Source |
Source.withSourceIdentifier(String sourceIdentifier)
For AWS managed Config rules, a pre-defined identifier from a list.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigRule.setSource(Source source)
Provides the rule owner (AWS or customer), the rule identifier, and the
events that cause the function to evaluate your AWS resources.
|
ConfigRule |
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.
|
Copyright © 2018. All rights reserved.