Class: Aws::Route53Resolver::Types::PutResolverQueryLogConfigPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::PutResolverQueryLogConfigPolicyRequest
- Defined in:
- gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the account that you want to share rules with.
-
#resolver_query_log_config_policy ⇒ String
An Identity and Access Management policy statement that lists the query logging configurations that you want to share with another Amazon Web Services account and the operations that you want the account to be able to perform.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the account that you want to share rules with.
4019 4020 4021 4022 4023 4024 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 4019 class PutResolverQueryLogConfigPolicyRequest < Struct.new( :arn, :resolver_query_log_config_policy) SENSITIVE = [] include Aws::Structure end |
#resolver_query_log_config_policy ⇒ String
An Identity and Access Management policy statement that lists the
query logging configurations that you want to share with another
Amazon Web Services account and the operations that you want the
account to be able to perform. You can specify the following
operations in the Actions section of the statement:
route53resolver:AssociateResolverQueryLogConfigroute53resolver:DisassociateResolverQueryLogConfigroute53resolver:ListResolverQueryLogConfigs
In the Resource section of the statement, you specify the ARNs for
the query logging configurations that you want to share with the
account that you specified in Arn.
4019 4020 4021 4022 4023 4024 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 4019 class PutResolverQueryLogConfigPolicyRequest < Struct.new( :arn, :resolver_query_log_config_policy) SENSITIVE = [] include Aws::Structure end |