ModifyClusterSnapshotMessage

public struct ModifyClusterSnapshotMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A Boolean option to override an exception if the retention period has already passed.

    Declaration

    Swift

    public let force: Bool?
  • The number of days that a manual snapshot is retained. If the value is -1, the manual snapshot is retained indefinitely. If the manual snapshot falls outside of the new retention period, you can specify the force option to immediately delete the snapshot. The value must be either -1 or an integer between 1 and 3,653.

    Declaration

    Swift

    public let manualSnapshotRetentionPeriod: Int?
  • The identifier of the snapshot whose setting you want to modify.

    Declaration

    Swift

    public let snapshotIdentifier: String
  • Undocumented

    Declaration

    Swift

    public init(force: Bool? = nil, manualSnapshotRetentionPeriod: Int? = nil, snapshotIdentifier: String)