Show / Hide Table of Contents

Interface ILaunchTemplate

Interface for LaunchTemplate-like objects.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
IConstruct.Node
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.AWS.EC2.dll
Syntax (csharp)
public interface ILaunchTemplate : IResource, IConstruct, IConstruct, IDependable
Syntax (vb)
Public Interface ILaunchTemplate
    Inherits IResource, IConstruct, IConstruct, IDependable

Synopsis

Properties

LaunchTemplateId

The identifier of the Launch Template.

LaunchTemplateName

The name of the Launch Template.

VersionNumber

The version number of this launch template to use.

Properties

LaunchTemplateId

The identifier of the Launch Template.

virtual string LaunchTemplateId { get; }
Property Value

System.String

Remarks

Exactly one of launchTemplateId and launchTemplateName will be set.

Attribute: true

LaunchTemplateName

The name of the Launch Template.

virtual string LaunchTemplateName { get; }
Property Value

System.String

Remarks

Exactly one of launchTemplateId and launchTemplateName will be set.

Attribute: true

VersionNumber

The version number of this launch template to use.

string VersionNumber { get; }
Property Value

System.String

Remarks

Attribute: true

Back to top Generated by DocFX