Class GroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationArgs
Inheritance
System.Object
GroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.AutoScaling.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationArgs : ResourceArgs
Constructors
View SourceGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationArgs()
Declaration
public GroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationArgs()
Properties
View SourceLaunchTemplateId
The ID of the launch template. Conflicts with launch_template_name.
Declaration
public Input<string> LaunchTemplateId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LaunchTemplateName
The name of the launch template. Conflicts with launch_template_id.
Declaration
public Input<string> LaunchTemplateName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Version
Template version. Can be version number, $Latest, or $Default. (Default: $Default).
Declaration
public Input<string> Version { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |