AwsRdsDbSnapshotDetails - AWS Security Hub

AwsRdsDbSnapshotDetails

Provides details about an Amazon RDS DB cluster snapshot.

Contents

AllocatedStorage

The amount of storage (in gigabytes) to be initially allocated for the database instance.

Type: Integer

Required: No

AvailabilityZone

Specifies the name of the Availability Zone in which the DB instance was located at the time of the DB snapshot.

Type: String

Pattern: .*\S.*

Required: No

DbInstanceIdentifier

A name for the DB instance.

Type: String

Pattern: .*\S.*

Required: No

DbiResourceId

The identifier for the source DB instance.

Type: String

Pattern: .*\S.*

Required: No

DbSnapshotIdentifier

The name or ARN of the DB snapshot that is used to restore the DB instance.

Type: String

Pattern: .*\S.*

Required: No

Encrypted

Whether the DB snapshot is encrypted.

Type: Boolean

Required: No

Engine

The name of the database engine to use for this DB instance. Valid values are as follows:

  • aurora

  • aurora-mysql

  • aurora-postgresql

  • c

  • mariadb

  • mysql

  • oracle-ee

  • oracle-se

  • oracle-se1

  • oracle-se2

  • sqlserver-ee

  • sqlserver-ex

  • sqlserver-se

  • sqlserver-web

Type: String

Pattern: .*\S.*

Required: No

EngineVersion

The version of the database engine.

Type: String

Pattern: .*\S.*

Required: No

IamDatabaseAuthenticationEnabled

Whether mapping of IAM accounts to database accounts is enabled.

Type: Boolean

Required: No

InstanceCreateTime

Specifies the time in Coordinated Universal Time (UTC) when the DB instance, from which the snapshot was taken, was created.

Type: String

Pattern: .*\S.*

Required: No

Iops

The provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.

Type: Integer

Required: No

KmsKeyId

If Encrypted is true, the AWS KMS key identifier for the encrypted DB snapshot.

Type: String

Pattern: .*\S.*

Required: No

LicenseModel

License model information for the restored DB instance.

Type: String

Pattern: .*\S.*

Required: No

MasterUsername

The master user name for the DB snapshot.

Type: String

Pattern: .*\S.*

Required: No

OptionGroupName

The option group name for the DB snapshot.

Type: String

Pattern: .*\S.*

Required: No

PercentProgress

The percentage of the estimated data that has been transferred.

Type: Integer

Required: No

Port

The port that the database engine was listening on at the time of the snapshot.

Type: Integer

Required: No

ProcessorFeatures

The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.

Type: Array of AwsRdsDbProcessorFeature objects

Required: No

SnapshotCreateTime

When the snapshot was taken in Coordinated Universal Time (UTC).

Type: String

Pattern: .*\S.*

Required: No

SnapshotType

The type of the DB snapshot.

Type: String

Pattern: .*\S.*

Required: No

SourceDbSnapshotIdentifier

The DB snapshot ARN that the DB snapshot was copied from.

Type: String

Pattern: .*\S.*

Required: No

SourceRegion

The AWS Region that the DB snapshot was created in or copied from.

Type: String

Pattern: .*\S.*

Required: No

Status

The status of this DB snapshot.

Type: String

Pattern: .*\S.*

Required: No

StorageType

The storage type associated with the DB snapshot. Valid values are as follows:

  • gp2

  • io1

  • standard

Type: String

Pattern: .*\S.*

Required: No

TdeCredentialArn

The ARN from the key store with which to associate the instance for TDE encryption.

Type: String

Pattern: .*\S.*

Required: No

Timezone

The time zone of the DB snapshot.

Type: String

Pattern: .*\S.*

Required: No

VpcId

The VPC ID associated with the DB snapshot.

Type: String

Pattern: .*\S.*

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: