Show / Hide Table of Contents

Class GetInstanceTypeOfferingArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetInstanceTypeOfferingArgs
Inherited Members
InvokeArgs.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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetInstanceTypeOfferingArgs : InvokeArgs

Constructors

View Source

GetInstanceTypeOfferingArgs()

Declaration
public GetInstanceTypeOfferingArgs()

Properties

View Source

Filters

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>
View Source

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
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.