DeleteReplicationGroupMessage

public struct DeleteReplicationGroupMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of a final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the replication group is immediately deleted.

    Declaration

    Swift

    public let finalSnapshotIdentifier: String?
  • The identifier for the cluster to be deleted. This parameter is not case sensitive.

    Declaration

    Swift

    public let replicationGroupId: String
  • If set to true, all of the read replicas are deleted, but the primary node is retained.

    Declaration

    Swift

    public let retainPrimaryCluster: Bool?
  • Undocumented

    Declaration

    Swift

    public init(finalSnapshotIdentifier: String? = nil, replicationGroupId: String, retainPrimaryCluster: Bool? = nil)