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

AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateOverridesListDetails

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

Property values to use to override the values in the launch template.

interface AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateOverridesListDetails {
InstanceType?: string | null;
WeightedCapacity?: string | null;
}

§Properties

§
InstanceType?: string | null
[src]

The instance type. For example, m3.xlarge.

§
WeightedCapacity?: string | null
[src]

The number of capacity units provided by the specified instance type in terms of virtual CPUs, memory, storage, throughput, or other relative performance characteristic.