Show / Hide Table of Contents

Class GetZoneResult

Inheritance
System.Object
GetZoneResult
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.Route53
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetZoneResult

Fields

View Source

CallerReference

Caller Reference of the Hosted Zone.

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

Comment

The comment field of the Hosted Zone.

Declaration
public readonly string Comment
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

LinkedServiceDescription

The description provided by the service that created the Hosted Zone (e.g. arn:aws:servicediscovery:us-east-1:1234567890:namespace/ns-xxxxxxxxxxxxxxxx).

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

LinkedServicePrincipal

The service that created the Hosted Zone (e.g. servicediscovery.amazonaws.com).

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

Name

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

NameServers

The list of DNS name servers for the Hosted Zone.

Declaration
public readonly ImmutableArray<string> NameServers
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

PrivateZone

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

ResourceRecordSetCount

The number of Record Set in the Hosted Zone.

Declaration
public readonly int ResourceRecordSetCount
Field Value
Type Description
System.Int32
View Source

Tags

Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

VpcId

Declaration
public readonly string VpcId
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.