@Stability(value=Stable) @Internal public static final class CfnConfigurationRecorder.RecordingGroupProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnConfigurationRecorder.RecordingGroupProperty
CfnConfigurationRecorder.RecordingGroupPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnConfigurationRecorder.RecordingGroupProperty.Builder, CfnConfigurationRecorder.RecordingGroupProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnConfigurationRecorder.RecordingGroupProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnConfigurationRecorder.RecordingGroupProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getAllSupported()
Specifies whether AWS Config records configuration changes for every supported type of regional resource.
|
Object |
getIncludeGlobalResourceTypes()
Specifies whether AWS Config includes all supported types of global resources (for example, IAM resources) with the resources that it records.
|
List<String> |
getResourceTypes()
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` ).
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnConfigurationRecorder.RecordingGroupProperty.Builder builder)
CfnConfigurationRecorder.RecordingGroupProperty.Builder.public final Object getAllSupported()
CfnConfigurationRecorder.RecordingGroupProperty
If you set this option to true , when AWS 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 .
getAllSupported in interface CfnConfigurationRecorder.RecordingGroupPropertypublic final Object getIncludeGlobalResourceTypes()
CfnConfigurationRecorder.RecordingGroupProperty
Before you can set this option to true , you must set the AllSupported option to true .
If you set this option to true , when AWS 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 AWS Config in only one region to record global resources.
getIncludeGlobalResourceTypes in interface CfnConfigurationRecorder.RecordingGroupPropertypublic final List<String> getResourceTypes()
CfnConfigurationRecorder.RecordingGroupProperty
To record all configuration changes, you must set the AllSupported option to false .
If you set this option to true , 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 resourceTypes values, see the resourceType Value column in Supported AWS Resource Types .
getResourceTypes in interface CfnConfigurationRecorder.RecordingGroupProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.