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 SourceCallerReference
Caller Reference of the Hosted Zone.
Declaration
public readonly string CallerReference
Field Value
| Type | Description |
|---|---|
| System.String |
Comment
The comment field of the Hosted Zone.
Declaration
public readonly string Comment
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 |
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 |
LinkedServicePrincipal
The service that created the Hosted Zone (e.g. servicediscovery.amazonaws.com).
Declaration
public readonly string LinkedServicePrincipal
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
PrivateZone
Declaration
public readonly bool? PrivateZone
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
ResourceRecordSetCount
The number of Record Set in the Hosted Zone.
Declaration
public readonly int ResourceRecordSetCount
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Tags
Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
VpcId
Declaration
public readonly string VpcId
Field Value
| Type | Description |
|---|---|
| System.String |
ZoneId
Declaration
public readonly string ZoneId
Field Value
| Type | Description |
|---|---|
| System.String |