Class GetAvailabilityZoneResult
Inheritance
System.Object
GetAvailabilityZoneResult
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 GetAvailabilityZoneResult
Fields
View SourceAllAvailabilityZones
Declaration
public readonly bool? AllAvailabilityZones
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Filters
Declaration
public readonly ImmutableArray<GetAvailabilityZoneFilterResult> Filters
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetAvailabilityZoneFilterResult> |
GroupName
For Availability Zones, this is the same value as the Region name. For Local Zones, the name of the associated group, for example us-west-2-lax-1.
Declaration
public readonly string GroupName
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
NameSuffix
The part of the AZ name that appears after the region name, uniquely identifying the AZ within its region.
Declaration
public readonly string NameSuffix
Field Value
| Type | Description |
|---|---|
| System.String |
NetworkBorderGroup
The name of the location from which the address is advertised.
Declaration
public readonly string NetworkBorderGroup
Field Value
| Type | Description |
|---|---|
| System.String |
OptInStatus
For Availability Zones, this always has the value of opt-in-not-required. For Local Zones, this is the opt in status. The possible values are opted-in and not-opted-in.
Declaration
public readonly string OptInStatus
Field Value
| Type | Description |
|---|---|
| System.String |
Region
The region where the selected availability zone resides. This is always the region selected on the provider, since this data source searches only within that region.
Declaration
public readonly string Region
Field Value
| Type | Description |
|---|---|
| System.String |
State
Declaration
public readonly string State
Field Value
| Type | Description |
|---|---|
| System.String |
ZoneId
Declaration
public readonly string ZoneId
Field Value
| Type | Description |
|---|---|
| System.String |