Show / Hide Table of Contents

Class GetResolverRulesArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetResolverRulesArgs
Inherited Members
InvokeArgs.Empty
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 GetResolverRulesArgs : InvokeArgs

Constructors

View Source

GetResolverRulesArgs()

Declaration
public GetResolverRulesArgs()

Properties

View Source

OwnerId

When the desired resolver rules are shared with another AWS account, the account ID of the account that the rules are shared with.

Declaration
public string OwnerId { get; set; }
Property Value
Type Description
System.String
View Source

ResolverEndpointId

The ID of the outbound resolver endpoint for the desired resolver rules.

Declaration
public string ResolverEndpointId { get; set; }
Property Value
Type Description
System.String
View Source

RuleType

The rule type of the desired resolver rules. Valid values are FORWARD, SYSTEM and RECURSIVE.

Declaration
public string RuleType { get; set; }
Property Value
Type Description
System.String
View Source

ShareStatus

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

Declaration
public string ShareStatus { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.