Package | Description |
---|---|
com.amazonaws.services.config.model |
Modifier and Type | Method and Description |
---|---|
RecordingGroup |
RecordingGroup.clone() |
RecordingGroup |
ConfigurationRecorder.getRecordingGroup()
Specifies the types of AWS resource for which AWS Config records
configuration changes.
|
RecordingGroup |
RecordingGroup.withAllSupported(Boolean allSupported)
Specifies whether AWS Config records configuration changes for every
supported type of regional resource.
|
RecordingGroup |
RecordingGroup.withIncludeGlobalResourceTypes(Boolean includeGlobalResourceTypes)
Specifies whether AWS Config includes all supported types of global
resources (for example, IAM resources) with the resources that it
records.
|
RecordingGroup |
RecordingGroup.withResourceTypes(Collection<String> resourceTypes)
A comma-separated list that specifies the types of AWS resources for
which AWS Config records configuration changes (for example,
AWS::EC2::Instance or AWS::CloudTrail::Trail ). |
RecordingGroup |
RecordingGroup.withResourceTypes(ResourceType... resourceTypes)
A comma-separated list that specifies the types of AWS resources for
which AWS Config records configuration changes (for example,
AWS::EC2::Instance or AWS::CloudTrail::Trail ). |
RecordingGroup |
RecordingGroup.withResourceTypes(String... resourceTypes)
A comma-separated list that specifies the types of AWS resources for
which AWS Config records configuration changes (for example,
AWS::EC2::Instance or AWS::CloudTrail::Trail ). |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationRecorder.setRecordingGroup(RecordingGroup recordingGroup)
Specifies the types of AWS resource for which AWS Config records
configuration changes.
|
ConfigurationRecorder |
ConfigurationRecorder.withRecordingGroup(RecordingGroup recordingGroup)
Specifies the types of AWS resource for which AWS Config records
configuration changes.
|
Copyright © 2018. All rights reserved.