class Aws::Route53Resolver::Types::PutResolverQueryLogConfigPolicyRequest

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

data as a hash:

    {
      arn: "Arn", # required
      resolver_query_log_config_policy: "ResolverQueryLogConfigPolicy", # required
    }

@!attribute [rw] arn

The Amazon Resource Name (ARN) of the account that you want to share
rules with.
@return [String]

@!attribute [rw] resolver_query_log_config_policy

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:AssociateResolverQueryLogConfig`

* `route53resolver:DisassociateResolverQueryLogConfig`

* `route53resolver:ListResolverQueryLogConfigAssociations`

* `route53resolver: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`.
@return [String]

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

Constants

SENSITIVE