Show / Hide Table of Contents

Class LaunchTemplatePlacementGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
LaunchTemplatePlacementGetArgs
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 LaunchTemplatePlacementGetArgs : ResourceArgs

Constructors

View Source

LaunchTemplatePlacementGetArgs()

Declaration
public LaunchTemplatePlacementGetArgs()

Properties

View Source

Affinity

The affinity setting for an instance on a Dedicated Host.

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

AvailabilityZone

The Availability Zone for the instance.

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

GroupName

The name of the placement group for the instance.

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

HostId

The ID of the Dedicated Host for the instance.

Declaration
public Input<string> HostId { get; set; }
Property Value
Type Description
Input<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 Input<int> PartitionNumber { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

SpreadDomain

Reserved for future use.

Declaration
public Input<string> SpreadDomain { get; set; }
Property Value
Type Description
Input<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 Input<string> Tenancy { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.