get Resolver Rule Association
suspend fun getResolverRuleAssociation(argument: GetResolverRuleAssociationPlainArgs): GetResolverRuleAssociationResult
In the response to an AssociateResolverRule, DisassociateResolverRule, or ListResolverRuleAssociations request, provides information about an association between a resolver rule and a VPC. The association determines which DNS queries that originate in the VPC are forwarded to your network.
Return
null
Parameters
argument
null
suspend fun getResolverRuleAssociation(resolverRuleAssociationId: String): GetResolverRuleAssociationResult
Return
null
Parameters
resolver Rule Association Id
The ID of the resolver rule association that you want to get information about, such as rslvr-rrassoc-97242eaf88example
.
See also
suspend fun getResolverRuleAssociation(argument: suspend GetResolverRuleAssociationPlainArgsBuilder.() -> Unit): GetResolverRuleAssociationResult
Return
null
Parameters
argument
Builder for com.pulumi.awsnative.route53resolver.kotlin.inputs.GetResolverRuleAssociationPlainArgs.