Package | Description |
---|---|
com.amazonaws.services.config.model |
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(String complianceResourceId)
The IDs of the only AWS resource that you want to trigger an evaluation
for the rule.
|
Scope |
Scope.withComplianceResourceTypes(Collection<String> complianceResourceTypes)
The resource types of only those AWS resources that you want to trigger
an evaluation for the rule.
|
Scope |
Scope.withComplianceResourceTypes(String... complianceResourceTypes)
The resource types of only those AWS resources that you want to trigger
an evaluation for the rule.
|
Scope |
Scope.withTagKey(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(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.
|
Copyright © 2018. All rights reserved.