DBClusterSnapshot

public struct DBClusterSnapshot : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Provides the list of Amazon EC2 Availability Zones that instances in the cluster snapshot can be restored in.

    Declaration

    Swift

    public let availabilityZones: [String]?
  • Specifies the time when the cluster was created, in Universal Coordinated Time (UTC).

    Declaration

    Swift

    public let clusterCreateTime: TimeStamp?
  • Specifies the cluster identifier of the cluster that this cluster snapshot was created from.

    Declaration

    Swift

    public let dBClusterIdentifier: String?
  • The Amazon Resource Name (ARN) for the cluster snapshot.

    Declaration

    Swift

    public let dBClusterSnapshotArn: String?
  • Specifies the identifier for the cluster snapshot.

    Declaration

    Swift

    public let dBClusterSnapshotIdentifier: String?
  • Specifies the name of the database engine.

    Declaration

    Swift

    public let engine: String?
  • Provides the version of the database engine for this cluster snapshot.

    Declaration

    Swift

    public let engineVersion: String?
  • If StorageEncrypted is true, the AWS KMS key identifier for the encrypted cluster snapshot.

    Declaration

    Swift

    public let kmsKeyId: String?
  • Provides the master user name for the cluster snapshot.

    Declaration

    Swift

    public let masterUsername: String?
  • Specifies the percentage of the estimated data that has been transferred.

    Declaration

    Swift

    public let percentProgress: Int?
  • Specifies the port that the cluster was listening on at the time of the snapshot.

    Declaration

    Swift

    public let port: Int?
  • Provides the time when the snapshot was taken, in UTC.

    Declaration

    Swift

    public let snapshotCreateTime: TimeStamp?
  • Provides the type of the cluster snapshot.

    Declaration

    Swift

    public let snapshotType: String?
  • If the cluster snapshot was copied from a source cluster snapshot, the ARN for the source cluster snapshot; otherwise, a null value.

    Declaration

    Swift

    public let sourceDBClusterSnapshotArn: String?
  • Specifies the status of this cluster snapshot.

    Declaration

    Swift

    public let status: String?
  • Specifies whether the cluster snapshot is encrypted.

    Declaration

    Swift

    public let storageEncrypted: Bool?
  • Provides the virtual private cloud (VPC) ID that is associated with the cluster snapshot.

    Declaration

    Swift

    public let vpcId: String?
  • Undocumented

    Declaration

    Swift

    public init(availabilityZones: [String]? = nil, clusterCreateTime: TimeStamp? = nil, dBClusterIdentifier: String? = nil, dBClusterSnapshotArn: String? = nil, dBClusterSnapshotIdentifier: String? = nil, engine: String? = nil, engineVersion: String? = nil, kmsKeyId: String? = nil, masterUsername: String? = nil, percentProgress: Int? = nil, port: Int? = nil, snapshotCreateTime: TimeStamp? = nil, snapshotType: String? = nil, sourceDBClusterSnapshotArn: String? = nil, status: String? = nil, storageEncrypted: Bool? = nil, vpcId: String? = nil)