Interface CfnConfigurationRecorder.RecordingGroupProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConfigurationRecorder.RecordingGroupProperty.Jsii$Proxy
- Enclosing class:
CfnConfigurationRecorder
By default, AWS Config records configuration changes for all current and future supported resource types in the AWS Region where you have enabled AWS Config (excluding the globally recorded IAM resource types: IAM users, groups, roles, and customer managed policies).
In the recording group, you specify whether you want to record all supported current and future supported resource types or to include or exclude specific resources types. For a list of supported resource types, see Supported Resource Types in the AWS Config developer guide .
If you don't want AWS Config to record all current and future supported resource types, use one of the following recording strategies:
- Record all current and future resource types with exclusions (
EXCLUSION_BY_RESOURCE_TYPES), or - Record specific resource types (
INCLUSION_BY_RESOURCE_TYPES).
Aurora global clusters are automatically globally recorded
The
AWS::RDS::GlobalClusterresource type will be recorded in all supported AWS Config Regions where the configuration recorder is enabled.If you do not want to record
AWS::RDS::GlobalClusterin all enabled Regions, use theEXCLUSION_BY_RESOURCE_TYPESorINCLUSION_BY_RESOURCE_TYPESrecording strategy.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.config.*;
RecordingGroupProperty recordingGroupProperty = RecordingGroupProperty.builder()
.allSupported(false)
.exclusionByResourceTypes(ExclusionByResourceTypesProperty.builder()
.resourceTypes(List.of("resourceTypes"))
.build())
.includeGlobalResourceTypes(false)
.recordingStrategy(RecordingStrategyProperty.builder()
.useOnly("useOnly")
.build())
.resourceTypes(List.of("resourceTypes"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConfigurationRecorder.RecordingGroupPropertystatic final classAn implementation forCfnConfigurationRecorder.RecordingGroupProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectSpecifies whether AWS Config records configuration changes for all supported regionally recorded resource types.default ObjectAn object that specifies how AWS Config excludes resource types from being recorded by the configuration recorder.default ObjectA legacy field which only applies to the globally recorded IAM resource types : IAM users, groups, roles, and customer managed policies.default ObjectAn object that specifies the recording strategy for the configuration recorder.A comma-separated list that specifies which resource types AWS Config records.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAllSupported
Specifies whether AWS Config records configuration changes for all supported regionally recorded resource types.If you set this field to
true, when AWS Config adds support for a new regionally recorded resource type, AWS Config starts recording resources of that type automatically.If you set this field to
true, you cannot enumerate specific resource types to record in theresourceTypesfield of RecordingGroup , or to exclude in theresourceTypesfield of ExclusionByResourceTypes .Region Availability
Check Resource Coverage by Region Availability to see if a resource type is supported in the AWS Region where you set up AWS Config .
- See Also:
-
getExclusionByResourceTypes
An object that specifies how AWS Config excludes resource types from being recorded by the configuration recorder.To use this option, you must set the
useOnlyfield of AWS::Config::ConfigurationRecorder RecordingStrategy toEXCLUSION_BY_RESOURCE_TYPES.- See Also:
-
getIncludeGlobalResourceTypes
A legacy field which only applies to the globally recorded IAM resource types : IAM users, groups, roles, and customer managed policies.If you select this option, these resource types will be recorded in all enabled AWS Config regions where AWS Config was available before February 2022. This list does not include the following Regions:
- Asia Pacific (Hyderabad)
- Asia Pacific (Melbourne)
- Europe (Spain)
- Europe (Zurich)
- Israel (Tel Aviv)
- Middle East (UAE)
Aurora global clusters are automatically globally recorded
The
AWS::RDS::GlobalClusterresource type will be recorded in all supported AWS Config Regions where the configuration recorder is enabled, even ifincludeGlobalResourceTypesis not set totrue.includeGlobalResourceTypesis a legacy field which only applies to IAM users, groups, roles, and customer managed policies.If you do not want to record
AWS::RDS::GlobalClusterin all enabled Regions, use one of the following recording strategies:- Record all current and future resource types with exclusions (
EXCLUSION_BY_RESOURCE_TYPES), or - Record specific resource types (
INCLUSION_BY_RESOURCE_TYPES).
For more information, see Selecting Which Resources are Recorded in the AWS Config developer guide . > Required and optional fields
Before you set this field to
true, set theallSupportedfield of AWS::Config::ConfigurationRecorder RecordingGroup totrue. Optionally, you can set theuseOnlyfield of AWS::Config::ConfigurationRecorder RecordingStrategy toALL_SUPPORTED_RESOURCE_TYPES. > Overriding fieldsIf you set this field to
falsebut list globally recorded IAM resource types in theresourceTypesfield of AWS::Config::ConfigurationRecorder RecordingGroup , AWS Config will still record configuration changes for those specified resource types regardless of if you set theincludeGlobalResourceTypesfield to false.If you do not want to record configuration changes to globally recorded IAM resource types, make sure to not list them in the
resourceTypesfield in addition to setting theincludeGlobalResourceTypesfield to false.- See Also:
-
getRecordingStrategy
An object that specifies the recording strategy for the configuration recorder.- If you set the
useOnlyfield of AWS::Config::ConfigurationRecorder RecordingStrategy toALL_SUPPORTED_RESOURCE_TYPES, AWS Config records configuration changes for all supported regionally recorded resource types. You also must set theallSupportedfield of AWS::Config::ConfigurationRecorder RecordingGroup totrue. When AWS Config adds support for a new regionally recorded resource, AWS Config automatically starts recording resources of that type. - If you set the
useOnlyfield of AWS::Config::ConfigurationRecorder RecordingStrategy toINCLUSION_BY_RESOURCE_TYPES, AWS Config records configuration changes for only the resource types you specify in theresourceTypesfield of AWS::Config::ConfigurationRecorder RecordingGroup . - If you set the
useOnlyfield of AWS::Config::ConfigurationRecorder RecordingStrategy toEXCLUSION_BY_RESOURCE_TYPES, AWS Config records configuration changes for all supported resource types except the resource types that you specify to exclude from being recorded in theresourceTypesfield of AWS::Config::ConfigurationRecorder ExclusionByResourceTypes .
Required and optional fields
The
recordingStrategyfield is optional when you set theallSupportedfield of AWS::Config::ConfigurationRecorder RecordingGroup totrue.The
recordingStrategyfield is optional when you list resource types in theresourceTypesfield of AWS::Config::ConfigurationRecorder RecordingGroup .The
recordingStrategyfield is required if you list resource types to exclude from recording in theresourceTypesfield of AWS::Config::ConfigurationRecorder ExclusionByResourceTypes . > Overriding fieldsIf you choose
EXCLUSION_BY_RESOURCE_TYPESfor the recording strategy, theexclusionByResourceTypesfield will override other properties in the request.For example, even if you set
includeGlobalResourceTypesto false, global resource types will still be automatically recorded in this option unless those resource types are specifically listed as exclusions in theresourceTypesfield ofexclusionByResourceTypes. > Global resource types and the exclusion recording strategyBy default, if you choose the
EXCLUSION_BY_RESOURCE_TYPESrecording strategy, when AWS Config adds support for a new resource type in the Region where you set up the configuration recorder, including global resource types, AWS Config starts recording resources of that type automatically.In addition, unless specifically listed as exclusions,
AWS::RDS::GlobalClusterwill be recorded automatically in all supported AWS Config Regions were the configuration recorder is enabled. IAM users, groups, roles, and customer managed policies will be recorded automatically in all enabled AWS Config Regions where AWS Config was available before February 2022. This list does not include the following Regions:- Asia Pacific (Hyderabad)
- Asia Pacific (Melbourne)
- Europe (Spain)
- Europe (Zurich)
- Israel (Tel Aviv)
- Middle East (UAE)
- See Also:
- If you set the
-
getResourceTypes
A comma-separated list that specifies which resource types AWS Config records.Optionally, you can set the
useOnlyfield of AWS::Config::ConfigurationRecorder RecordingStrategy toINCLUSION_BY_RESOURCE_TYPES.To record all configuration changes, set the
allSupportedfield of AWS::Config::ConfigurationRecorder RecordingGroup totrue, and either omit this field or don't specify any resource types in this field. If you set theallSupportedfield tofalseand specify values forresourceTypes, when AWS Config adds support for a new type of resource, it will not record resources of that type unless you manually add that type to your recording group.For a list of valid
resourceTypesvalues, see the Resource Type Value column in Supported AWS resource Types in the AWS Config developer guide .Region Availability
Before specifying a resource type for AWS Config to track, check Resource Coverage by Region Availability to see if the resource type is supported in the AWS Region where you set up AWS Config . If a resource type is supported by AWS Config in at least one Region, you can enable the recording of that resource type in all Regions supported by AWS Config , even if the specified resource type is not supported in the AWS Region where you set up AWS Config .
- See Also:
-
builder
-