Show / Hide Table of Contents

Interface ILaunchTemplate

Interface for LaunchTemplate-like objects.

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

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.

string? LaunchTemplateId { get; }
Property Value

string

Remarks

Exactly one of launchTemplateId and launchTemplateName will be set.

Attribute: true

LaunchTemplateName

The name of the Launch Template.

string? LaunchTemplateName { get; }
Property Value

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

string

Remarks

Attribute: true

Back to top Generated by DocFX