Show / Hide Table of Contents

Class GetResolverRulesResult

Inheritance
System.Object
GetResolverRulesResult
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 GetResolverRulesResult

Fields

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

OwnerId

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

ResolverEndpointId

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

ResolverRuleIds

The IDs of the matched resolver rules.

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

RuleType

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

ShareStatus

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