ResolverRuleAssociation

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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String?

The ID of the association between a Resolver rule and a VPC. Resolver assigns this value when you submit an AssociateResolverRule request.

Link copied to clipboard
val name: String?

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

Link copied to clipboard

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

Link copied to clipboard

A code that specifies the current status of the association between a Resolver rule and a VPC.

Link copied to clipboard

A detailed description of the status of the association between a Resolver rule and a VPC.

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String