Module Values.QueryResultsS3AccessGrantsConfigurationSource

Specifies whether Amazon S3 access grants are enabled for query results.

Sourcetype nonrec t = {
  1. enableS3AccessGrants : BoxedBoolean.t;
    (*

    Specifies whether Amazon S3 access grants are enabled for query results.

    *)
  2. createUserLevelPrefix : BoxedBoolean.t option;
    (*

    When enabled, appends the user ID as an Amazon S3 path prefix to the query result output location.

    *)
  3. authenticationType : AuthenticationType.t;
    (*

    The authentication type used for Amazon S3 access grants. Currently, only DIRECTORY_IDENTITY is supported.

    *)
}
Sourceval context_ : string
Sourceval make : ?createUserLevelPrefix:??? -> enableS3AccessGrants:BoxedBoolean.t -> authenticationType:AuthenticationType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of BoxedBoolean.t | `Enum of string ]) 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