Show / Hide Table of Contents

Class SpotFleetRequestLaunchTemplateConfig

Inheritance
System.Object
SpotFleetRequestLaunchTemplateConfig
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 SpotFleetRequestLaunchTemplateConfig

Fields

View Source

LaunchTemplateSpecification

Launch template specification. See Launch Template Specification below for more details.

Declaration
public readonly SpotFleetRequestLaunchTemplateConfigLaunchTemplateSpecification LaunchTemplateSpecification
Field Value
Type Description
SpotFleetRequestLaunchTemplateConfigLaunchTemplateSpecification
View Source

Overrides

One or more override configurations. See Overrides below for more details.

Declaration
public readonly ImmutableArray<SpotFleetRequestLaunchTemplateConfigOverride> Overrides
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<SpotFleetRequestLaunchTemplateConfigOverride>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.