Module Values.PutResolverQueryLogConfigPolicyRequestSource

Specifies an Amazon Web Services account that you want to share a query logging configuration with, the query logging configuration that you want to share, and the operations that you want the account to be able to perform on the configuration.

Sourcetype nonrec t = {
  1. arn : Arn.t;
    (*

    The Amazon Resource Name (ARN) of the account that you want to share rules with.

    *)
  2. resolverQueryLogConfigPolicy : ResolverQueryLogConfigPolicy.t;
    (*

    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: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.

    *)
}
Sourceval context_ : string
Sourceval make : arn:Arn.t -> resolverQueryLogConfigPolicy:ResolverQueryLogConfigPolicy.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Arn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t