Show / Hide Table of Contents

Class GetAvailabilityZoneArgs

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

Constructors

View Source

GetAvailabilityZoneArgs()

Declaration
public GetAvailabilityZoneArgs()

Properties

View Source

AllAvailabilityZones

Set to true to include all Availability Zones and Local Zones regardless of your opt in status.

Declaration
public bool? AllAvailabilityZones { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

Filters

Configuration block(s) for filtering. Detailed below.

Declaration
public List<GetAvailabilityZoneFilterArgs> Filters { get; set; }
Property Value
Type Description
System.Collections.Generic.List<GetAvailabilityZoneFilterArgs>
View Source

Name

The name of the filter field. Valid values can be found in the EC2 DescribeAvailabilityZones API Reference.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
View Source

State

A specific availability zone state to require. May be any of &quot;available&quot;, &quot;information&quot; or &quot;impaired&quot;.

Declaration
public string State { get; set; }
Property Value
Type Description
System.String
View Source

ZoneId

The zone ID of the availability zone to select.

Declaration
public string ZoneId { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.