| 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 ID of the only Amazon Web Services resource that you want to trigger an evaluation for the rule.
|
Scope |
Scope.withComplianceResourceTypes(Collection<String> complianceResourceTypes)
The resource types of only those Amazon Web Services resources that you want to trigger an evaluation for the
rule.
|
Scope |
Scope.withComplianceResourceTypes(String... complianceResourceTypes)
The resource types of only those Amazon Web Services 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 Amazon Web Services resources that you want to trigger an evaluation
for the rule.
|
Scope |
Scope.withTagValue(String tagValue)
The tag value applied to only those Amazon Web Services 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 © 2023. All rights reserved.