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

AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails

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

A block device for the instance.

interface AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails {
DeviceName?: string | null;
NoDevice?: boolean | null;
VirtualName?: string | null;
}

§Properties

§
DeviceName?: string | null
[src]

The device name that is exposed to the EC2 instance. For example, /dev/sdh or xvdh.

§

Parameters that are used to automatically set up Amazon EBS volumes when an instance is launched.

§
NoDevice?: boolean | null
[src]

Whether to suppress the device that is included in the block device mapping of the Amazon Machine Image (AMI).

If NoDevice is true, then you cannot specify Ebs.>

§
VirtualName?: string | null
[src]

The name of the virtual device (for example, ephemeral0).

You can provide either VirtualName or Ebs, but not both.