You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Route53Resolver::Types::ResolverRuleAssociation

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#idString

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

Returns:

  • (String)

    The ID of the association between a Resolver rule and a VPC.

#nameString

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

Returns:

  • (String)

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

#resolver_rule_idString

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

Returns:

  • (String)

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

#statusString

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

Possible values:

  • CREATING
  • COMPLETE
  • DELETING
  • FAILED
  • OVERRIDDEN

Returns:

  • (String)

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

#status_messageString

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

Returns:

  • (String)

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

#vpc_idString

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

Returns:

  • (String)

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