Interface ILaunchTemplate
Interface for LaunchTemplate-like objects.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ILaunchTemplate : IResource
Syntax (vb)
Public Interface ILaunchTemplate
Inherits IResource, 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