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

AwsRdsDbClusterSnapshotDetails

import type { AwsRdsDbClusterSnapshotDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Information about an Amazon RDS DB cluster snapshot.

interface AwsRdsDbClusterSnapshotDetails {
AllocatedStorage?: number | null;
AvailabilityZones?: string[] | null;
ClusterCreateTime?: string | null;
DbClusterIdentifier?: string | null;
DbClusterSnapshotIdentifier?: string | null;
Engine?: string | null;
EngineVersion?: string | null;
IamDatabaseAuthenticationEnabled?: boolean | null;
KmsKeyId?: string | null;
LicenseModel?: string | null;
MasterUsername?: string | null;
PercentProgress?: number | null;
Port?: number | null;
SnapshotCreateTime?: string | null;
SnapshotType?: string | null;
Status?: string | null;
StorageEncrypted?: boolean | null;
VpcId?: string | null;
}

§Properties

§
AllocatedStorage?: number | null
[src]

Specifies the allocated storage size in gibibytes (GiB).

§
AvailabilityZones?: string[] | null
[src]

A list of Availability Zones where instances in the DB cluster can be created.

§
ClusterCreateTime?: string | null
[src]

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. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.

§
DbClusterIdentifier?: string | null
[src]

The DB cluster identifier.

§
DbClusterSnapshotIdentifier?: string | null
[src]

The identifier of the DB cluster snapshot.

§
Engine?: string | null
[src]

The name of the database engine that you want to use for this DB instance.

§
EngineVersion?: string | null
[src]

The version of the database engine to use.

§
IamDatabaseAuthenticationEnabled?: boolean | null
[src]

Whether mapping of IAM accounts to database accounts is enabled.

§
KmsKeyId?: string | null
[src]

The ARN of the KMS master key that is used to encrypt the database instances in the DB cluster.

§
LicenseModel?: string | null
[src]

The license model information for this DB cluster snapshot.

§
MasterUsername?: string | null
[src]

The name of the master user for the DB cluster.

§
PercentProgress?: number | null
[src]

Specifies the percentage of the estimated data that has been transferred.

§
Port?: number | null
[src]

The port number on which the DB instances in the DB cluster accept connections.

§
SnapshotCreateTime?: string | null
[src]

Indicates when the snapshot was taken.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.

§
SnapshotType?: string | null
[src]

The type of DB cluster snapshot.

§
Status?: string | null
[src]

The status of this DB cluster snapshot.

§
StorageEncrypted?: boolean | null
[src]

Whether the DB cluster is encrypted.

§
VpcId?: string | null
[src]

The VPC ID that is associated with the DB cluster snapshot.