S3.AccessGrant
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accessgrant.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accessgrant-accessgrantslocationconfiguration.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accessgrant-grantee.html
type properties = {
grantee : grantee;
access_grants_location_configuration : access_grants_location_configuration
option;
application_arn : string option;
permission : string;
s3_prefix_type : string option;
access_grants_location_id : string;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accessgrant.html;
val make_properties :
grantee:grantee ->
?access_grants_location_configuration:access_grants_location_configuration ->
?application_arn:string ->
permission:string ->
?s3_prefix_type:string ->
?tags:tag list ->
access_grants_location_id:string ->
unit ->
properties
val make_tag : value:string -> key:string -> unit -> tag
val make_access_grants_location_configuration :
s3_sub_prefix:string ->
unit ->
access_grants_location_configuration
val make_grantee :
grantee_type:string ->
grantee_identifier:string ->
unit ->
grantee
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_access_grants_location_configuration :
access_grants_location_configuration ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_grantee : grantee -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes