| Package | Description |
|---|---|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
RecordingGroup |
RecordingGroup.clone() |
RecordingGroup |
ConfigurationRecorder.getRecordingGroup()
Specifies which resource types Config records for configuration changes.
|
RecordingGroup |
RecordingGroup.withAllSupported(Boolean allSupported)
Specifies whether Config records configuration changes for all supported resource types, excluding the global IAM
resource types.
|
RecordingGroup |
RecordingGroup.withExclusionByResourceTypes(ExclusionByResourceTypes exclusionByResourceTypes)
An object that specifies how Config excludes resource types from being recorded by the configuration recorder.
|
RecordingGroup |
RecordingGroup.withIncludeGlobalResourceTypes(Boolean includeGlobalResourceTypes)
This option is a bundle which only applies to the global IAM resource types: IAM users, groups, roles, and
customer managed policies.
|
RecordingGroup |
RecordingGroup.withRecordingStrategy(RecordingStrategy recordingStrategy)
An object that specifies the recording strategy for the configuration recorder.
|
RecordingGroup |
RecordingGroup.withResourceTypes(Collection<String> resourceTypes)
A comma-separated list that specifies which resource types Config records.
|
RecordingGroup |
RecordingGroup.withResourceTypes(ResourceType... resourceTypes)
A comma-separated list that specifies which resource types Config records.
|
RecordingGroup |
RecordingGroup.withResourceTypes(String... resourceTypes)
A comma-separated list that specifies which resource types Config records.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationRecorder.setRecordingGroup(RecordingGroup recordingGroup)
Specifies which resource types Config records for configuration changes.
|
ConfigurationRecorder |
ConfigurationRecorder.withRecordingGroup(RecordingGroup recordingGroup)
Specifies which resource types Config records for configuration changes.
|
Copyright © 2024. All rights reserved.