| Package | Description |
|---|---|
| software.amazon.awssdk.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
static Scope.Builder |
Scope.builder() |
Scope.Builder |
Scope.Builder.complianceResourceId(String complianceResourceId)
The ID of the only Amazon Web Services resource that you want to trigger an evaluation for the rule.
|
Scope.Builder |
Scope.Builder.complianceResourceTypes(Collection<String> complianceResourceTypes)
The resource types of only those Amazon Web Services resources that you want to trigger an evaluation for the
rule.
|
Scope.Builder |
Scope.Builder.complianceResourceTypes(String... complianceResourceTypes)
The resource types of only those Amazon Web Services resources that you want to trigger an evaluation for the
rule.
|
Scope.Builder |
Scope.Builder.tagKey(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.Builder |
Scope.Builder.tagValue(String tagValue)
The tag value applied to only those Amazon Web Services resources that you want to trigger an evaluation for
the rule.
|
Scope.Builder |
Scope.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Scope.Builder> |
Scope.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ConfigRule.Builder |
ConfigRule.Builder.scope(Consumer<Scope.Builder> scope)
Defines which resources can trigger an evaluation for the rule.
|
Copyright © 2023. All rights reserved.