Class GetResolverRulesArgs
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 GetResolverRulesArgs : InvokeArgs
Constructors
View SourceGetResolverRulesArgs()
Declaration
public GetResolverRulesArgs()
Properties
View SourceOwnerId
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 |
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 |
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 |
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 |