class Aws::SecurityHub::Types::AwsRdsDbClusterSnapshotDetails

Information about an Amazon RDS DB cluster snapshot.

@note When making an API call, you may pass AwsRdsDbClusterSnapshotDetails

data as a hash:

    {
      availability_zones: ["NonEmptyString"],
      snapshot_create_time: "NonEmptyString",
      engine: "NonEmptyString",
      allocated_storage: 1,
      status: "NonEmptyString",
      port: 1,
      vpc_id: "NonEmptyString",
      cluster_create_time: "NonEmptyString",
      master_username: "NonEmptyString",
      engine_version: "NonEmptyString",
      license_model: "NonEmptyString",
      snapshot_type: "NonEmptyString",
      percent_progress: 1,
      storage_encrypted: false,
      kms_key_id: "NonEmptyString",
      db_cluster_identifier: "NonEmptyString",
      db_cluster_snapshot_identifier: "NonEmptyString",
      iam_database_authentication_enabled: false,
    }

@!attribute [rw] availability_zones

A list of Availability Zones where instances in the DB cluster can
be created.
@return [Array<String>]

@!attribute [rw] snapshot_create_time

Indicates when the snapshot was taken.

Uses the `date-time` format specified in [RFC 3339 section 5.6,
Internet Date/Time Format][1]. The value cannot contain spaces. For
example, `2020-03-22T13:22:13.933Z`.

[1]: https://tools.ietf.org/html/rfc3339#section-5.6
@return [String]

@!attribute [rw] engine

The name of the database engine that you want to use for this DB
instance.
@return [String]

@!attribute [rw] allocated_storage

Specifies the allocated storage size in gibibytes (GiB).
@return [Integer]

@!attribute [rw] status

The status of this DB cluster snapshot.
@return [String]

@!attribute [rw] port

The port number on which the DB instances in the DB cluster accept
connections.
@return [Integer]

@!attribute [rw] vpc_id

The VPC ID that is associated with the DB cluster snapshot.
@return [String]

@!attribute [rw] cluster_create_time

Indicates when the DB cluster was created, in Universal Coordinated
Time (UTC).

Uses the `date-time` format specified in [RFC 3339 section 5.6,
Internet Date/Time Format][1]. The value cannot contain spaces. For
example, `2020-03-22T13:22:13.933Z`.

[1]: https://tools.ietf.org/html/rfc3339#section-5.6
@return [String]

@!attribute [rw] master_username

The name of the master user for the DB cluster.
@return [String]

@!attribute [rw] engine_version

The version of the database engine to use.
@return [String]

@!attribute [rw] license_model

The license model information for this DB cluster snapshot.
@return [String]

@!attribute [rw] snapshot_type

The type of DB cluster snapshot.
@return [String]

@!attribute [rw] percent_progress

Specifies the percentage of the estimated data that has been
transferred.
@return [Integer]

@!attribute [rw] storage_encrypted

Whether the DB cluster is encrypted.
@return [Boolean]

@!attribute [rw] kms_key_id

The ARN of the KMS master key that is used to encrypt the database
instances in the DB cluster.
@return [String]

@!attribute [rw] db_cluster_identifier

The DB cluster identifier.
@return [String]

@!attribute [rw] db_cluster_snapshot_identifier

The identifier of the DB cluster snapshot.
@return [String]

@!attribute [rw] iam_database_authentication_enabled

Whether mapping of IAM accounts to database accounts is enabled.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsRdsDbClusterSnapshotDetails AWS API Documentation

Constants

SENSITIVE