ResolverRuleAssociationArgs

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

Resource Type definition for AWS::Route53Resolver::ResolverRuleAssociation

Constructors

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

Functions

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

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.