Class SpotFleetRequestLaunchTemplateConfigLaunchTemplateSpecification
Inheritance
System.Object
SpotFleetRequestLaunchTemplateConfigLaunchTemplateSpecification
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.Ec2.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class SpotFleetRequestLaunchTemplateConfigLaunchTemplateSpecification
Fields
View SourceId
The ID of the launch template. Conflicts with name.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the launch template. Conflicts with id.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Version
Template version. Unlike the autoscaling equivalent, does not support $Latest or $Default, so use the launch_template resource's attribute, e.g. "${aws_launch_template.foo.latest_version}". It will use the default version if omitted.
Declaration
public readonly string Version
Field Value
| Type | Description |
|---|---|
| System.String |