Package | Description |
---|---|
com.amazonaws.services.config.model | |
com.amazonaws.services.config.model.transform |
Modifier and Type | Field and Description |
---|---|
private Source |
ConfigRule.source
Provides the rule owner (AWS or customer), the rule identifier, and the
events that cause the function to evaluate your AWS resources.
|
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(java.lang.String owner)
Indicates whether AWS or the customer owns and manages the AWS Config
rule.
|
Source |
Source.withSourceDetails(java.util.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(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
Source |
SourceJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SourceJsonMarshaller.marshall(Source source,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|