Interface ILaunchTemplate
Interface for LaunchTemplate-like objects.
Inherited Members
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
Remarks
Exactly one of launchTemplateId and launchTemplateName will be set.
Attribute: true
LaunchTemplateName
The name of the Launch Template.
string? LaunchTemplateName { get; }
Property Value
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
Remarks
Attribute: true