class Aws::Route53Resolver::Types::ResolverRuleConfig

In an [UpdateResolverRule] request, information about the changes that you want to make.

[1]: docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_UpdateResolverRule.html

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

data as a hash:

    {
      name: "Name",
      target_ips: [
        {
          ip: "Ip", # required
          port: 1,
        },
      ],
      resolver_endpoint_id: "ResourceId",
    }

@!attribute [rw] name

The new name for the Resolver rule. The name that you specify
appears in the Resolver dashboard in the Route 53 console.
@return [String]

@!attribute [rw] target_ips

For DNS queries that originate in your VPC, the new IP addresses
that you want to route outbound DNS queries to.
@return [Array<Types::TargetAddress>]

@!attribute [rw] resolver_endpoint_id

The ID of the new outbound Resolver endpoint that you want to use to
route DNS queries to the IP addresses that you specify in
`TargetIps`.
@return [String]

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

Constants

SENSITIVE