Class GetAvailabilityZonesArgs
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 GetAvailabilityZonesArgs : InvokeArgs
Constructors
View SourceGetAvailabilityZonesArgs()
Declaration
public GetAvailabilityZonesArgs()
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> |
BlacklistedNames
List of blacklisted Availability Zone names.
Declaration
public List<string> BlacklistedNames { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
BlacklistedZoneIds
List of blacklisted Availability Zone IDs.
Declaration
public List<string> BlacklistedZoneIds { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
Filters
Configuration block(s) for filtering. Detailed below.
Declaration
public List<GetAvailabilityZonesFilterArgs> Filters { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GetAvailabilityZonesFilterArgs> |
GroupNames
Declaration
public List<string> GroupNames { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
State
Allows to filter list of Availability Zones based on their
current state. Can be either "available", "information", "impaired" or
"unavailable". By default the list includes a complete set of Availability Zones
to which the underlying AWS account has access, regardless of their state.
Declaration
public string State { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |