Show / Hide Table of Contents

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 Source

AllAvailabilityZones

Declaration
public readonly bool? AllAvailabilityZones
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Filters

Declaration
public readonly ImmutableArray<GetAvailabilityZoneFilterResult> Filters
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetAvailabilityZoneFilterResult>
View Source

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
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

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
View Source

NetworkBorderGroup

The name of the location from which the address is advertised.

Declaration
public readonly string NetworkBorderGroup
Field Value
Type Description
System.String
View Source

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
View Source

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
View Source

State

Declaration
public readonly string State
Field Value
Type Description
System.String
View Source

ZoneId

Declaration
public readonly string ZoneId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.