Module LakeFormation.Resource

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html

type properties = {
  1. resource_arn : string;
  2. with_federation : bool option;
  3. use_service_linked_role : bool;
  4. hybrid_access_enabled : bool option;
  5. 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 ]
type attributes = {
  1. ref_ : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string