Module SimSpaceWeaver.Simulation

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

type s3_location = {
  1. bucket_name : string;
  2. object_key : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simspaceweaver-simulation-s3location.html

type properties = {
  1. schema_s3_location : s3_location option;
  2. snapshot_s3_location : s3_location option;
  3. maximum_duration : string option;
  4. role_arn : string;
  5. name : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-simspaceweaver-simulation.html;

val make_properties : ?schema_s3_location:s3_location -> ?snapshot_s3_location:s3_location -> ?maximum_duration:string -> role_arn:string -> name:string -> unit -> properties
val make_s3_location : bucket_name:string -> object_key:string -> unit -> s3_location
val yojson_of_s3_location : s3_location -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. describe_payload : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string