Show / Hide Table of Contents

Class GetResolverRuleResult

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

Fields

View Source

Arn

The ARN (Amazon Resource Name) for the resolver rule.

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

DomainName

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

OwnerId

When a rule is shared with another AWS account, the account ID of the account that the rule is shared with.

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

ResolverRuleId

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

RuleType

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

ShareStatus

Whether the rules is shared and, if so, whether the current account is sharing the rule with another account, or another account is sharing the rule with the current account. Values are NOT_SHARED, SHARED_BY_ME or SHARED_WITH_ME

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

Tags

A map of tags assigned to the resolver rule.

Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.