Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DBSnapshot

import type { DBSnapshot } from "https://aws-api.deno.dev/v0.3/services/rds.ts?docs=full";

Contains the details of an Amazon RDS DB snapshot.

This data type is used as a response element in the DescribeDBSnapshots action.

interface DBSnapshot {
AllocatedStorage?: number | null;
AvailabilityZone?: string | null;
DBInstanceIdentifier?: string | null;
DbiResourceId?: string | null;
DBSnapshotArn?: string | null;
DBSnapshotIdentifier?: string | null;
Encrypted?: boolean | null;
Engine?: string | null;
EngineVersion?: string | null;
IAMDatabaseAuthenticationEnabled?: boolean | null;
InstanceCreateTime?: Date | number | null;
Iops?: number | null;
KmsKeyId?: string | null;
LicenseModel?: string | null;
MasterUsername?: string | null;
OptionGroupName?: string | null;
OriginalSnapshotCreateTime?: Date | number | null;
PercentProgress?: number | null;
Port?: number | null;
ProcessorFeatures: ProcessorFeature[];
SnapshotCreateTime?: Date | number | null;
SnapshotTarget?: string | null;
SnapshotType?: string | null;
SourceDBSnapshotIdentifier?: string | null;
SourceRegion?: string | null;
Status?: string | null;
StorageType?: string | null;
TagList: Tag[];
TdeCredentialArn?: string | null;
Timezone?: string | null;
VpcId?: string | null;
}

§Properties

§
AllocatedStorage?: number | null
[src]

Specifies the allocated storage size in gibibytes (GiB).

§
AvailabilityZone?: string | null
[src]

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

§
DBInstanceIdentifier?: string | null
[src]

Specifies the DB instance identifier of the DB instance this DB snapshot was created from.

§
DbiResourceId?: string | null
[src]

The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web Services Region.

§
DBSnapshotArn?: string | null
[src]

The Amazon Resource Name (ARN) for the DB snapshot.

§
DBSnapshotIdentifier?: string | null
[src]

Specifies the identifier for the DB snapshot.

§
Encrypted?: boolean | null
[src]

Specifies whether the DB snapshot is encrypted.

§
Engine?: string | null
[src]

Specifies the name of the database engine.

§
EngineVersion?: string | null
[src]

Specifies the version of the database engine.

§
IAMDatabaseAuthenticationEnabled?: boolean | null
[src]

True if mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.

§
InstanceCreateTime?: Date | number | null
[src]

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

§
Iops?: number | null
[src]

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

§
KmsKeyId?: string | null
[src]

If Encrypted is true, the Amazon Web Services KMS key identifier for the encrypted DB snapshot.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

§
LicenseModel?: string | null
[src]

License model information for the restored DB instance.

§
MasterUsername?: string | null
[src]

Provides the master username for the DB snapshot.

§
OptionGroupName?: string | null
[src]

Provides the option group name for the DB snapshot.

§
OriginalSnapshotCreateTime?: Date | number | null
[src]

Specifies the time of the CreateDBSnapshot operation in Coordinated Universal Time (UTC). Doesn't change when the snapshot is copied.

§
PercentProgress?: number | null
[src]

The percentage of the estimated data that has been transferred.

§
Port?: number | null
[src]

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

§
ProcessorFeatures: ProcessorFeature[]
[src]

The number of CPU cores and the number of threads per core for the DB instance class of the DB instance when the DB snapshot was created.

§
SnapshotCreateTime?: Date | number | null
[src]

Specifies when the snapshot was taken in Coordinated Universal Time (UTC). Changes for the copy when the snapshot is copied.

§
SnapshotTarget?: string | null
[src]

Specifies where manual snapshots are stored: Amazon Web Services Outposts or the Amazon Web Services Region.

§
SnapshotType?: string | null
[src]

Provides the type of the DB snapshot.

§
SourceDBSnapshotIdentifier?: string | null
[src]

The DB snapshot Amazon Resource Name (ARN) that the DB snapshot was copied from. It only has a value in the case of a cross-account or cross-Region copy.

§
SourceRegion?: string | null
[src]

The Amazon Web Services Region that the DB snapshot was created in or copied from.

§
Status?: string | null
[src]

Specifies the status of this DB snapshot.

§
StorageType?: string | null
[src]

Specifies the storage type associated with DB snapshot.

§
TagList: Tag[]
[src]
§
TdeCredentialArn?: string | null
[src]

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

§
Timezone?: string | null
[src]

The time zone of the DB snapshot. In most cases, the Timezone element is empty. Timezone content appears only for snapshots taken from Microsoft SQL Server DB instances that were created with a time zone specified.

§
VpcId?: string | null
[src]

Provides the VPC ID associated with the DB snapshot.