Show / Hide Table of Contents

Class LaunchTemplatePlacement

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

Fields

View Source

Affinity

The affinity setting for an instance on a Dedicated Host.

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

AvailabilityZone

The Availability Zone for the instance.

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

GroupName

The name of the placement group for the instance.

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

HostId

The ID of the Dedicated Host for the instance.

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

PartitionNumber

The number of the partition the instance should launch in. Valid only if the placement group strategy is set to partition.

Declaration
public readonly int? PartitionNumber
Field Value
Type Description
System.Nullable<System.Int32>
View Source

SpreadDomain

Reserved for future use.

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

Tenancy

The tenancy of the instance (if the instance is running in a VPC). Can be default, dedicated, or host.

Declaration
public readonly string Tenancy
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.