Values.QueryResultsS3AccessGrantsConfigurationSourceSpecifies whether Amazon S3 access grants are enabled for query results.
type nonrec t = {enableS3AccessGrants : BoxedBoolean.t;Specifies whether Amazon S3 access grants are enabled for query results.
*)createUserLevelPrefix : BoxedBoolean.t option;When enabled, appends the user ID as an Amazon S3 path prefix to the query result output location.
*)authenticationType : AuthenticationType.t;The authentication type used for Amazon S3 access grants. Currently, only DIRECTORY_IDENTITY is supported.
*)}val make :
?createUserLevelPrefix:??? ->
enableS3AccessGrants:BoxedBoolean.t ->
authenticationType:AuthenticationType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Boolean of BoxedBoolean.t | `Enum of string ]) list ]