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

AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification

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

Details about the launch template to use.

interface AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification {
LaunchTemplateId?: string | null;
LaunchTemplateName?: string | null;
Version?: string | null;
}

§Properties

§
LaunchTemplateId?: string | null
[src]

The identifier of the launch template. You must specify either LaunchTemplateId or LaunchTemplateName.

§
LaunchTemplateName?: string | null
[src]

The name of the launch template. You must specify either LaunchTemplateId or LaunchTemplateName.

§
Version?: string | null
[src]

Identifies the version of the launch template. You can specify a version identifier, or use the values $Latest or $Default.