Class SpotFleetRequestLaunchTemplateConfigLaunchTemplateSpecificationGetArgs
Inheritance
System.Object
SpotFleetRequestLaunchTemplateConfigLaunchTemplateSpecificationGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class SpotFleetRequestLaunchTemplateConfigLaunchTemplateSpecificationGetArgs : ResourceArgs
Constructors
View SourceSpotFleetRequestLaunchTemplateConfigLaunchTemplateSpecificationGetArgs()
Declaration
public SpotFleetRequestLaunchTemplateConfigLaunchTemplateSpecificationGetArgs()
Properties
View SourceId
The ID of the launch template. Conflicts with name.
Declaration
public Input<string> Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the launch template. Conflicts with id.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> Version { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |