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(String... complianceResourceTypes) |
The resource types of only those AWS resources 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.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.
|