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

Class: Aws::Route53Resolver::Types::AssociateResolverQueryLogConfigRequest

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

Overview

Note:

When passing AssociateResolverQueryLogConfigRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  resolver_query_log_config_id: "ResourceId", # required
  resource_id: "ResourceId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#resolver_query_log_config_idString

The ID of the query logging configuration that you want to associate a VPC with.

Returns:

  • (String)

    The ID of the query logging configuration that you want to associate a VPC with.

#resource_idString

The ID of an Amazon VPC that you want this query logging configuration to log queries for.

The VPCs and the query logging configuration must be in the same Region.

Returns:

  • (String)

    The ID of an Amazon VPC that you want this query logging configuration to log queries for.