ClusterSnapshotCopyStatus
public struct ClusterSnapshotCopyStatus : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The destination region that snapshots are automatically copied to when cross-region snapshot copy is enabled.
Declaration
Swift
public let destinationRegion: String?
-
The number of days that automated snapshots are retained in the destination region after they are copied from a source region. If the value is -1, the manual snapshot is retained indefinitely. The value must be either -1 or an integer between 1 and 3,653.
Declaration
Swift
public let manualSnapshotRetentionPeriod: Int?
-
The number of days that automated snapshots are retained in the destination region after they are copied from a source region.
Declaration
Swift
public let retentionPeriod: Int64?
-
The name of the snapshot copy grant.
Declaration
Swift
public let snapshotCopyGrantName: String?
-
Undocumented
Declaration
Swift
public init(destinationRegion: String? = nil, manualSnapshotRetentionPeriod: Int? = nil, retentionPeriod: Int64? = nil, snapshotCopyGrantName: String? = nil)