Package | Description |
---|---|
com.amazonaws.services.config.model | |
com.amazonaws.services.config.model.transform |
Modifier and Type | Field and Description |
---|---|
private Scope |
ConfigRule.scope
Defines which resources can trigger an evaluation for the rule.
|
Modifier and Type | Method and Description |
---|---|
Scope |
Scope.clone() |
Scope |
ConfigRule.getScope()
Defines which resources can trigger an evaluation for the rule.
|
Scope |
Scope.withComplianceResourceId(java.lang.String complianceResourceId)
The IDs of the only AWS resource that you want to trigger an evaluation
for the rule.
|
Scope |
Scope.withComplianceResourceTypes(java.util.Collection<java.lang.String> complianceResourceTypes)
The resource types of only those AWS resources that you want to trigger
an evaluation for the rule.
|
Scope |
Scope.withComplianceResourceTypes(java.lang.String... complianceResourceTypes)
The resource types of only those AWS resources that you want to trigger
an evaluation for the rule.
|
Scope |
Scope.withTagKey(java.lang.String tagKey)
The tag key that is applied to only those AWS resources that you want you
want to trigger an evaluation for the rule.
|
Scope |
Scope.withTagValue(java.lang.String tagValue)
The tag value applied to only those AWS resources that you want to
trigger an evaluation for the rule.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigRule.setScope(Scope scope)
Defines which resources can trigger an evaluation for the rule.
|
ConfigRule |
ConfigRule.withScope(Scope scope)
Defines which resources can trigger an evaluation for the rule.
|
Modifier and Type | Method and Description |
---|---|
Scope |
ScopeJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ScopeJsonMarshaller.marshall(Scope scope,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|