ResolverRuleAssociation

class ResolverRuleAssociation : KotlinCustomResource

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.

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>?

The name of an association between a Resolver rule and a VPC.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The ID of the resolver rule association that you want to get information about, such as rslvr-rrassoc-97242eaf88example .

Link copied to clipboard
val resolverRuleId: Output<String>

The ID of the Resolver rule that you associated with the VPC that is specified by `VPCId`.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val vpcId: Output<String>

The ID of the VPC that you associated the Resolver rule with.