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

AwsEc2VolumeDetails

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

Details about an EC2 volume.

interface AwsEc2VolumeDetails {
Attachments?: AwsEc2VolumeAttachment[] | null;
CreateTime?: string | null;
DeviceName?: string | null;
Encrypted?: boolean | null;
KmsKeyId?: string | null;
Size?: number | null;
SnapshotId?: string | null;
Status?: string | null;
VolumeId?: string | null;
VolumeScanStatus?: string | null;
VolumeType?: string | null;
}

§Properties

§
Attachments?: AwsEc2VolumeAttachment[] | null
[src]

The volume attachments.

§
CreateTime?: string | null
[src]

Indicates when the volume was created.

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.

§
DeviceName?: string | null
[src]

The device name for the volume that is attached to the instance.

§
Encrypted?: boolean | null
[src]

Specifies whether the volume is encrypted.

§
KmsKeyId?: string | null
[src]

The ARN of the KMS key that was used to protect the volume encryption key for the volume.

§
Size?: number | null
[src]

The size of the volume, in GiBs.

§
SnapshotId?: string | null
[src]

The snapshot from which the volume was created.

§
Status?: string | null
[src]

The volume state. Valid values are as follows:

  • available
    
  • creating
    
  • deleted
    
  • deleting
    
  • error
    
  • in-use
    
§
VolumeId?: string | null
[src]

The ID of the volume.

§
VolumeScanStatus?: string | null
[src]

Indicates whether the volume was scanned or skipped.

§
VolumeType?: string | null
[src]

The volume type.