public static interface RecordingGroup.Builder extends SdkPojo, CopyableBuilder<RecordingGroup.Builder,RecordingGroup>
| Modifier and Type | Method and Description |
|---|---|
RecordingGroup.Builder |
allSupported(Boolean allSupported)
Specifies whether Config records configuration changes for every supported type of regional resource.
|
RecordingGroup.Builder |
includeGlobalResourceTypes(Boolean includeGlobalResourceTypes)
Specifies whether Config includes all supported types of global resources (for example, IAM resources) with
the resources that it records.
|
RecordingGroup.Builder |
resourceTypes(Collection<ResourceType> resourceTypes)
A comma-separated list that specifies the types of Amazon Web Services resources for which Config records
configuration changes (for example,
AWS::EC2::Instance or AWS::CloudTrail::Trail). |
RecordingGroup.Builder |
resourceTypes(ResourceType... resourceTypes)
A comma-separated list that specifies the types of Amazon Web Services resources for which Config records
configuration changes (for example,
AWS::EC2::Instance or AWS::CloudTrail::Trail). |
RecordingGroup.Builder |
resourceTypesWithStrings(Collection<String> resourceTypes)
A comma-separated list that specifies the types of Amazon Web Services resources for which Config records
configuration changes (for example,
AWS::EC2::Instance or AWS::CloudTrail::Trail). |
RecordingGroup.Builder |
resourceTypesWithStrings(String... resourceTypes)
A comma-separated list that specifies the types of Amazon Web Services resources for which Config records
configuration changes (for example,
AWS::EC2::Instance or AWS::CloudTrail::Trail). |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecordingGroup.Builder allSupported(Boolean allSupported)
Specifies whether Config records configuration changes for every supported type of regional resource.
If you set this option to true, when Config adds support for a new type of regional resource, it
starts recording resources of that type automatically.
If you set this option to true, you cannot enumerate a list of resourceTypes.
allSupported - Specifies whether Config records configuration changes for every supported type of regional
resource.
If you set this option to true, when Config adds support for a new type of regional
resource, it starts recording resources of that type automatically.
If you set this option to true, you cannot enumerate a list of resourceTypes.
RecordingGroup.Builder includeGlobalResourceTypes(Boolean includeGlobalResourceTypes)
Specifies whether Config includes all supported types of global resources (for example, IAM resources) with the resources that it records.
Before you can set this option to true, you must set the allSupported option to
true.
If you set this option to true, when Config adds support for a new type of global resource, it
starts recording resources of that type automatically.
The configuration details for any global resource are the same in all regions. To prevent duplicate configuration items, you should consider customizing Config in only one region to record global resources.
includeGlobalResourceTypes - Specifies whether Config includes all supported types of global resources (for example, IAM resources)
with the resources that it records.
Before you can set this option to true, you must set the allSupported option
to true.
If you set this option to true, when Config adds support for a new type of global
resource, it starts recording resources of that type automatically.
The configuration details for any global resource are the same in all regions. To prevent duplicate configuration items, you should consider customizing Config in only one region to record global resources.
RecordingGroup.Builder resourceTypesWithStrings(Collection<String> resourceTypes)
A comma-separated list that specifies the types of Amazon Web Services resources for which Config records
configuration changes (for example, AWS::EC2::Instance or AWS::CloudTrail::Trail).
To record all configuration changes, you must set the allSupported option to true.
If you set this option to false, when 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 resourceTypes values, see the resourceType Value column in Supported Amazon Web Services resource Types.
resourceTypes - A comma-separated list that specifies the types of Amazon Web Services resources for which Config
records configuration changes (for example, AWS::EC2::Instance or
AWS::CloudTrail::Trail).
To record all configuration changes, you must set the allSupported option to
true.
If you set this option to false, when 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 resourceTypes values, see the resourceType Value column in Supported Amazon Web Services resource Types.
RecordingGroup.Builder resourceTypesWithStrings(String... resourceTypes)
A comma-separated list that specifies the types of Amazon Web Services resources for which Config records
configuration changes (for example, AWS::EC2::Instance or AWS::CloudTrail::Trail).
To record all configuration changes, you must set the allSupported option to true.
If you set this option to false, when 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 resourceTypes values, see the resourceType Value column in Supported Amazon Web Services resource Types.
resourceTypes - A comma-separated list that specifies the types of Amazon Web Services resources for which Config
records configuration changes (for example, AWS::EC2::Instance or
AWS::CloudTrail::Trail).
To record all configuration changes, you must set the allSupported option to
true.
If you set this option to false, when 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 resourceTypes values, see the resourceType Value column in Supported Amazon Web Services resource Types.
RecordingGroup.Builder resourceTypes(Collection<ResourceType> resourceTypes)
A comma-separated list that specifies the types of Amazon Web Services resources for which Config records
configuration changes (for example, AWS::EC2::Instance or AWS::CloudTrail::Trail).
To record all configuration changes, you must set the allSupported option to true.
If you set this option to false, when 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 resourceTypes values, see the resourceType Value column in Supported Amazon Web Services resource Types.
resourceTypes - A comma-separated list that specifies the types of Amazon Web Services resources for which Config
records configuration changes (for example, AWS::EC2::Instance or
AWS::CloudTrail::Trail).
To record all configuration changes, you must set the allSupported option to
true.
If you set this option to false, when 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 resourceTypes values, see the resourceType Value column in Supported Amazon Web Services resource Types.
RecordingGroup.Builder resourceTypes(ResourceType... resourceTypes)
A comma-separated list that specifies the types of Amazon Web Services resources for which Config records
configuration changes (for example, AWS::EC2::Instance or AWS::CloudTrail::Trail).
To record all configuration changes, you must set the allSupported option to true.
If you set this option to false, when 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 resourceTypes values, see the resourceType Value column in Supported Amazon Web Services resource Types.
resourceTypes - A comma-separated list that specifies the types of Amazon Web Services resources for which Config
records configuration changes (for example, AWS::EC2::Instance or
AWS::CloudTrail::Trail).
To record all configuration changes, you must set the allSupported option to
true.
If you set this option to false, when 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 resourceTypes values, see the resourceType Value column in Supported Amazon Web Services resource Types.
Copyright © 2022. All rights reserved.