Get Resolver Rule Result
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
Properties
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