ResolverRuleAssociationArgs

data class ResolverRuleAssociationArgs(val name: Output<String>? = null, val resolverRuleId: Output<String>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<ResolverRuleAssociationArgs>

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.

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, resolverRuleId: Output<String>? = null, vpcId: Output<String>? = null)

Properties

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

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

Link copied to clipboard
val resolverRuleId: Output<String>? = null

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

Link copied to clipboard
val vpcId: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): ResolverRuleAssociationArgs