Show / Hide Table of Contents

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 Source

Id

The ID of the launch template. Conflicts with name.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Name

The name of the launch template. Conflicts with id.

Declaration
public readonly string Name
Field Value
Type Description
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. "${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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.