Class CfnConfigurationRecorder.RecordingModeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.config.CfnConfigurationRecorder.RecordingModeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConfigurationRecorder.RecordingModeProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConfigurationRecorder.RecordingModeProperty
@Stability(Stable)
@Internal
public static final class CfnConfigurationRecorder.RecordingModeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConfigurationRecorder.RecordingModeProperty
An implementation for
CfnConfigurationRecorder.RecordingModeProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.config.CfnConfigurationRecorder.RecordingModeProperty
CfnConfigurationRecorder.RecordingModeProperty.Builder, CfnConfigurationRecorder.RecordingModeProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnConfigurationRecorder.RecordingModeProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The default recording frequency that AWS Config uses to record configuration changes.final Object
An array ofrecordingModeOverride
objects for you to specify your overrides for the recording mode.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnConfigurationRecorder.RecordingModeProperty.Builder
.
-
-
Method Details
-
getRecordingFrequency
Description copied from interface:CfnConfigurationRecorder.RecordingModeProperty
The default recording frequency that AWS Config uses to record configuration changes.Daily recording is not supported for the following resource types:
AWS::Config::ResourceCompliance
AWS::Config::ConformancePackCompliance
AWS::Config::ConfigurationRecorder
For the allSupported (
ALL_SUPPORTED_RESOURCE_TYPES
) recording strategy, these resource types will be set to Continuous recording.- Specified by:
getRecordingFrequency
in interfaceCfnConfigurationRecorder.RecordingModeProperty
- See Also:
-
getRecordingModeOverrides
Description copied from interface:CfnConfigurationRecorder.RecordingModeProperty
An array ofrecordingModeOverride
objects for you to specify your overrides for the recording mode.The
recordingModeOverride
object in therecordingModeOverrides
array consists of three fields: adescription
, the newrecordingFrequency
, and an array ofresourceTypes
to override.- Specified by:
getRecordingModeOverrides
in interfaceCfnConfigurationRecorder.RecordingModeProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-