Class CfnSnapshotScheduleMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.redshift.CfnSnapshotScheduleMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSnapshotScheduleMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSnapshotScheduleMixinProps
@Stability(Stable)
@Internal
public static final class CfnSnapshotScheduleMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSnapshotScheduleMixinProps
An implementation for
CfnSnapshotScheduleMixinProps-
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.cfnpropertymixins.services.redshift.CfnSnapshotScheduleMixinProps
CfnSnapshotScheduleMixinProps.Builder, CfnSnapshotScheduleMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSnapshotScheduleMixinProps.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 booleanThe definition of the snapshot schedule.final StringThe description of the snapshot schedule.final StringA unique identifier for the snapshot schedule.getTags()An optional set of tags for the snapshot schedule.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 theCfnSnapshotScheduleMixinProps.Builder.
-
-
Method Details
-
getScheduleDefinitions
Description copied from interface:CfnSnapshotScheduleMixinPropsThe definition of the snapshot schedule.The definition is made up of schedule expressions, for example "cron(30 12 *)" or "rate(12 hours)".
- Specified by:
getScheduleDefinitionsin interfaceCfnSnapshotScheduleMixinProps- See Also:
-
getScheduleDescription
Description copied from interface:CfnSnapshotScheduleMixinPropsThe description of the snapshot schedule.- Specified by:
getScheduleDescriptionin interfaceCfnSnapshotScheduleMixinProps- See Also:
-
getScheduleIdentifier
Description copied from interface:CfnSnapshotScheduleMixinPropsA unique identifier for the snapshot schedule.Only alphanumeric characters are allowed.
- Specified by:
getScheduleIdentifierin interfaceCfnSnapshotScheduleMixinProps- See Also:
-
getTags
Description copied from interface:CfnSnapshotScheduleMixinPropsAn optional set of tags for the snapshot schedule.- Specified by:
getTagsin interfaceCfnSnapshotScheduleMixinProps- 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()
-