Class CfnSnapshotScheduleProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.redshift.CfnSnapshotScheduleProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSnapshotScheduleProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSnapshotScheduleProps
@Stability(Stable)
@Internal
public static final class CfnSnapshotScheduleProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSnapshotScheduleProps
An implementation for
CfnSnapshotScheduleProps-
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.redshift.CfnSnapshotScheduleProps
CfnSnapshotScheduleProps.Builder, CfnSnapshotScheduleProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSnapshotScheduleProps.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 theCfnSnapshotScheduleProps.Builder.
-
-
Method Details
-
getScheduleDefinitions
Description copied from interface:CfnSnapshotSchedulePropsThe 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 interfaceCfnSnapshotScheduleProps- See Also:
-
getScheduleIdentifier
Description copied from interface:CfnSnapshotSchedulePropsA unique identifier for the snapshot schedule.Only alphanumeric characters are allowed.
- Specified by:
getScheduleIdentifierin interfaceCfnSnapshotScheduleProps- See Also:
-
getScheduleDescription
Description copied from interface:CfnSnapshotSchedulePropsThe description of the snapshot schedule.- Specified by:
getScheduleDescriptionin interfaceCfnSnapshotScheduleProps- See Also:
-
getTags
Description copied from interface:CfnSnapshotSchedulePropsAn optional set of tags for the snapshot schedule.- Specified by:
getTagsin interfaceCfnSnapshotScheduleProps- 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()
-