GetResolverRuleResult

data class GetResolverRuleResult(val arn: String, val domainName: String, val id: String, val name: String, val ownerId: String, val resolverEndpointId: String, val resolverRuleId: String, val ruleType: String, val shareStatus: String, val tags: Map<String, String>)

A collection of values returned by getResolverRule.

Constructors

Link copied to clipboard
constructor(arn: String, domainName: String, id: String, name: String, ownerId: String, resolverEndpointId: String, resolverRuleId: String, ruleType: String, shareStatus: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN (Amazon Resource Name) for the resolver rule.

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard

Map of tags assigned to the resolver rule.