DeleteClusterSnapshotMessage

public struct DeleteClusterSnapshotMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name. Constraints: Must be the name of valid cluster.

    Declaration

    Swift

    public let snapshotClusterIdentifier: String?
  • The unique identifier of the manual snapshot to be deleted. Constraints: Must be the name of an existing snapshot that is in the available, failed, or cancelled state.

    Declaration

    Swift

    public let snapshotIdentifier: String
  • Undocumented

    Declaration

    Swift

    public init(snapshotClusterIdentifier: String? = nil, snapshotIdentifier: String)