Show / Hide Table of Contents

Class SpotFleetRequestLaunchTemplateConfigLaunchTemplateSpecificationGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SpotFleetRequestLaunchTemplateConfigLaunchTemplateSpecificationGetArgs
Inherited Members
ResourceArgs.Empty
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 Source

SpotFleetRequestLaunchTemplateConfigLaunchTemplateSpecificationGetArgs()

Declaration
public SpotFleetRequestLaunchTemplateConfigLaunchTemplateSpecificationGetArgs()

Properties

View Source

Id

The ID of the launch template. Conflicts with name.

Declaration
public Input<string> Id { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The name of the launch template. Conflicts with id.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Version

Template version. Unlike the autoscaling equivalent, does not support $Latest or $Default, so use the launch_template resource's attribute, e.g. &quot;${aws_launch_template.foo.latest_version}&quot;. It will use the default version if omitted.

Declaration
public Input<string> Version { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.