DeleteCacheClusterMessage

public struct DeleteCacheClusterMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The cluster identifier for the cluster to be deleted. This parameter is not case sensitive.

    Declaration

    Swift

    public let cacheClusterId: String
  • The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cluster immediately afterward.

    Declaration

    Swift

    public let finalSnapshotIdentifier: String?
  • Undocumented

    Declaration

    Swift

    public init(cacheClusterId: String, finalSnapshotIdentifier: String? = nil)