Class GetAvailabilityZoneArgs
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetAvailabilityZoneArgs : InvokeArgs
Constructors
View SourceGetAvailabilityZoneArgs()
Declaration
public GetAvailabilityZoneArgs()
Properties
View SourceAllAvailabilityZones
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> |
Filters
Configuration block(s) for filtering. Detailed below.
Declaration
public List<GetAvailabilityZoneFilterArgs> Filters { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GetAvailabilityZoneFilterArgs> |
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 |
State
A specific availability zone state to require. May be any of "available", "information" or "impaired".
Declaration
public string State { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ZoneId
The zone ID of the availability zone to select.
Declaration
public string ZoneId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |