Class LaunchTemplatePlacementGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class LaunchTemplatePlacementGetArgs : ResourceArgs
Constructors
View SourceLaunchTemplatePlacementGetArgs()
Declaration
public LaunchTemplatePlacementGetArgs()
Properties
View SourceAffinity
The affinity setting for an instance on a Dedicated Host.
Declaration
public Input<string> Affinity { get; set; }
Property Value
Type | Description |
---|---|
Input<System.String> |
AvailabilityZone
The Availability Zone for the instance.
Declaration
public Input<string> AvailabilityZone { get; set; }
Property Value
Type | Description |
---|---|
Input<System.String> |
GroupName
The name of the placement group for the instance.
Declaration
public Input<string> GroupName { get; set; }
Property Value
Type | Description |
---|---|
Input<System.String> |
HostId
The ID of the Dedicated Host for the instance.
Declaration
public Input<string> HostId { get; set; }
Property Value
Type | Description |
---|---|
Input<System.String> |
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> |
SpreadDomain
Reserved for future use.
Declaration
public Input<string> SpreadDomain { get; set; }
Property Value
Type | Description |
---|---|
Input<System.String> |
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> |