Class: Aws::Route53Resolver::Types::AssociateResolverQueryLogConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::AssociateResolverQueryLogConfigRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resolver_query_log_config_id ⇒ String
The ID of the query logging configuration that you want to associate a VPC with.
-
#resource_id ⇒ String
The ID of an Amazon VPC that you want this query logging configuration to log queries for.
Instance Attribute Details
#resolver_query_log_config_id ⇒ String
The ID of the query logging configuration that you want to associate a VPC with.
157 158 159 160 161 162 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 157 class AssociateResolverQueryLogConfigRequest < Struct.new( :resolver_query_log_config_id, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of an Amazon VPC that you want this query logging configuration to log queries for.
<note markdown=“1”> The VPCs and the query logging configuration must be in the same Region.
</note>
157 158 159 160 161 162 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 157 class AssociateResolverQueryLogConfigRequest < Struct.new( :resolver_query_log_config_id, :resource_id) SENSITIVE = [] include Aws::Structure end |