SimSpaceWeaver.Simulation
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-simspaceweaver-simulation.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simspaceweaver-simulation-s3location.html
type properties = {
schema_s3_location : s3_location option;
snapshot_s3_location : s3_location option;
maximum_duration : string option;
role_arn : string;
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 ]
val create_attributes : string -> attributes