LakeFormation.Resource
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html
type properties = {
resource_arn : string;
with_federation : bool option;
use_service_linked_role : bool;
hybrid_access_enabled : bool option;
role_arn : string option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html;
val make_properties :
resource_arn:string ->
?with_federation:bool ->
use_service_linked_role:bool ->
?hybrid_access_enabled:bool ->
?role_arn:string ->
unit ->
properties
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes