Show / Hide Table of Contents

Class ResolverEndpointIpAddress

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

Fields

View Source

Ip

The IP address in the subnet that you want to use for DNS queries.

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

IpId

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

SubnetId

The ID of the subnet that contains the IP address.

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