class Aws::Route53Resolver::Types::AssociateResolverRuleRequest

@note When making an API call, you may pass AssociateResolverRuleRequest

data as a hash:

    {
      resolver_rule_id: "ResourceId", # required
      name: "Name",
      vpc_id: "ResourceId", # required
    }

@!attribute [rw] resolver_rule_id

The ID of the Resolver rule that you want to associate with the VPC.
To list the existing Resolver rules, use [ListResolverRules][1].

[1]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRules.html
@return [String]

@!attribute [rw] name

A name for the association that you're creating between a Resolver
rule and a VPC.
@return [String]

@!attribute [rw] vpc_id

The ID of the VPC that you want to associate the Resolver rule with.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/AssociateResolverRuleRequest AWS API Documentation

Constants

SENSITIVE