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(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 ).
|
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 ).
|