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

AwsEc2VolumeAttachment

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

An attachment to an Amazon EC2 volume.

interface AwsEc2VolumeAttachment {
AttachTime?: string | null;
DeleteOnTermination?: boolean | null;
InstanceId?: string | null;
Status?: string | null;
}

§Properties

§
AttachTime?: string | null
[src]

The datetime when the attachment initiated.

§
DeleteOnTermination?: boolean | null
[src]

Whether the EBS volume is deleted when the EC2 instance is terminated.

§
InstanceId?: string | null
[src]

The identifier of the EC2 instance.

§
Status?: string | null
[src]

The attachment state of the volume. Valid values are as follows:

  • attaching
    
  • attached
    
  • busy
    
  • detaching
    
  • detached