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

AwsRdsDbSnapshotDetails

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

Provides details about an Amazon RDS DB cluster snapshot.

interface AwsRdsDbSnapshotDetails {
AllocatedStorage?: number | null;
AvailabilityZone?: string | null;
DbInstanceIdentifier?: string | null;
DbiResourceId?: string | null;
DbSnapshotIdentifier?: string | null;
Encrypted?: boolean | null;
Engine?: string | null;
EngineVersion?: string | null;
IamDatabaseAuthenticationEnabled?: boolean | null;
InstanceCreateTime?: string | null;
Iops?: number | null;
KmsKeyId?: string | null;
LicenseModel?: string | null;
MasterUsername?: string | null;
OptionGroupName?: string | null;
PercentProgress?: number | null;
Port?: number | null;
ProcessorFeatures?: AwsRdsDbProcessorFeature[] | null;
SnapshotCreateTime?: string | null;
SnapshotType?: string | null;
SourceDbSnapshotIdentifier?: string | null;
SourceRegion?: string | null;
Status?: string | null;
StorageType?: string | null;
TdeCredentialArn?: string | null;
Timezone?: string | null;
VpcId?: string | null;
}

§Properties

§
AllocatedStorage?: number | null
[src]

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

§
AvailabilityZone?: string | null
[src]

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

§
DbInstanceIdentifier?: string | null
[src]

A name for the DB instance.

§
DbiResourceId?: string | null
[src]

The identifier for the source DB instance.

§
DbSnapshotIdentifier?: string | null
[src]

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

§
Encrypted?: boolean | null
[src]

Whether the DB snapshot is encrypted.

§
Engine?: string | null
[src]

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
    
§
EngineVersion?: string | null
[src]

The version of the database engine.

§
IamDatabaseAuthenticationEnabled?: boolean | null
[src]

Whether mapping of IAM accounts to database accounts is enabled.

§
InstanceCreateTime?: string | 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]

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 KMS key identifier for the encrypted DB snapshot.

§
LicenseModel?: string | null
[src]

License model information for the restored DB instance.

§
MasterUsername?: string | null
[src]

The master user name for the DB snapshot.

§
OptionGroupName?: string | null
[src]

The option group name for the DB snapshot.

§
PercentProgress?: number | null
[src]

The percentage of the estimated data that has been transferred.

§
Port?: number | null
[src]

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

§
ProcessorFeatures?: AwsRdsDbProcessorFeature[] | null
[src]

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

§
SnapshotCreateTime?: string | null
[src]

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

§
SnapshotType?: string | null
[src]

The type of the DB snapshot.

§
SourceDbSnapshotIdentifier?: string | null
[src]

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

§
SourceRegion?: string | null
[src]

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

§
Status?: string | null
[src]

The status of this DB snapshot.

§
StorageType?: string | null
[src]

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

  • gp2
    
  • io1
    
  • standard
    
§
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.

§
VpcId?: string | null
[src]

The VPC ID associated with the DB snapshot.