CreateSnapshotMessage
public struct CreateSnapshotMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The identifier of an existing cluster. The snapshot is created from this cluster.
Declaration
Swift
public let cacheClusterId: String? -
The ID of the KMS key used to encrypt the snapshot.
Declaration
Swift
public let kmsKeyId: String? -
The identifier of an existing replication group. The snapshot is created from this replication group.
Declaration
Swift
public let replicationGroupId: String? -
A name for the snapshot being created.
Declaration
Swift
public let snapshotName: String -
Undocumented
Declaration
Swift
public init(cacheClusterId: String? = nil, kmsKeyId: String? = nil, replicationGroupId: String? = nil, snapshotName: String)
View on GitHub
CreateSnapshotMessage Structure Reference