Show / Hide Table of Contents

Class GetAvailabilityZonesArgs

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

Constructors

View Source

GetAvailabilityZonesArgs()

Declaration
public GetAvailabilityZonesArgs()

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

BlacklistedNames

List of blacklisted Availability Zone names.

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

BlacklistedZoneIds

List of blacklisted Availability Zone IDs.

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

Filters

Configuration block(s) for filtering. Detailed below.

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

GroupNames

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

State

Allows to filter list of Availability Zones based on their current state. Can be either &quot;available&quot;, &quot;information&quot;, &quot;impaired&quot; or &quot;unavailable&quot;. 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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.