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 SourceArn
The ARN (Amazon Resource Name) for the resolver rule.
Declaration
public readonly string Arn
Field Value
| Type | Description |
|---|---|
| System.String |
DomainName
Declaration
public readonly string DomainName
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
ResolverEndpointId
Declaration
public readonly string ResolverEndpointId
Field Value
| Type | Description |
|---|---|
| System.String |
ResolverRuleId
Declaration
public readonly string ResolverRuleId
Field Value
| Type | Description |
|---|---|
| System.String |
RuleType
Declaration
public readonly string RuleType
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
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> |