Class GetInstanceTypeOfferingsArgs
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 GetInstanceTypeOfferingsArgs : InvokeArgs
Constructors
View SourceGetInstanceTypeOfferingsArgs()
Declaration
public GetInstanceTypeOfferingsArgs()
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<GetInstanceTypeOfferingsFilterArgs> Filters { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GetInstanceTypeOfferingsFilterArgs> |
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 |