Show / Hide Table of Contents

Class GetInstanceTypeOfferingsArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetInstanceTypeOfferingsArgs
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 GetInstanceTypeOfferingsArgs : InvokeArgs

Constructors

View Source

GetInstanceTypeOfferingsArgs()

Declaration
public GetInstanceTypeOfferingsArgs()

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<GetInstanceTypeOfferingsFilterArgs> Filters { get; set; }
Property Value
Type Description
System.Collections.Generic.List<GetInstanceTypeOfferingsFilterArgs>
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
Back to top Copyright 2016-2020, Pulumi Corporation.