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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.config.CfnConfigurationRecorder.RecordingModeProperty
CfnConfigurationRecorder.RecordingModeProperty.Builder, CfnConfigurationRecorder.RecordingModeProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConfigurationRecorder.RecordingModeProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe default recording frequency that AWS Config uses to record configuration changes.final ObjectAn array ofrecordingModeOverrideobjects for you to specify your overrides for the recording mode.final inthashCode()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.RecordingModePropertyThe default recording frequency that AWS Config uses to record configuration changes.Daily recording cannot be specified for the following resource types:
AWS::Config::ResourceComplianceAWS::Config::ConformancePackComplianceAWS::Config::ConfigurationRecorder
For the allSupported (
ALL_SUPPORTED_RESOURCE_TYPES) recording strategy, these resource types will be set to Continuous recording.- Specified by:
getRecordingFrequencyin interfaceCfnConfigurationRecorder.RecordingModeProperty- See Also:
-
getRecordingModeOverrides
Description copied from interface:CfnConfigurationRecorder.RecordingModePropertyAn array ofrecordingModeOverrideobjects for you to specify your overrides for the recording mode.The
recordingModeOverrideobject in therecordingModeOverridesarray consists of three fields: adescription, the newrecordingFrequency, and an array ofresourceTypesto override.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnConfigurationRecorder.RecordingModeOverrideProperty>- Specified by:
getRecordingModeOverridesin interfaceCfnConfigurationRecorder.RecordingModeProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-