Class GetInstanceTypeOfferingArgs
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetInstanceTypeOfferingArgs : InvokeArgs
Constructors
View SourceGetInstanceTypeOfferingArgs()
Declaration
public GetInstanceTypeOfferingArgs()
Properties
View SourceFilters
One or more configuration blocks containing name-values filters. See the EC2 API Reference for supported filters. Detailed below.
Declaration
public List<GetInstanceTypeOfferingFilterArgs> Filters { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GetInstanceTypeOfferingFilterArgs> |
LocationType
Location type. Defaults to region. Valid values: availability-zone, availability-zone-id, and region.
Declaration
public string LocationType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PreferredInstanceTypes
Ordered list of preferred EC2 Instance Types. The first match in this list will be returned. If no preferred matches are found and the original search returned more than one result, an error is returned.
Declaration
public List<string> PreferredInstanceTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |