AWS::SimSpaceWeaver::Simulation resource creates an AWS Simulation.
name
(String) The name of the simulation.role_arn
(String) Role ARN.maximum_duration
(String) The maximum running time of the simulation.schema_s3_location
(Attributes) (see below for nested schema)snapshot_s3_location
(Attributes) (see below for nested schema)describe_payload
(String) Json object with all simulation detailsid
(String) Uniquely identifies the resource.schema_s3_location
Required:
bucket_name
(String) The Schema S3 bucket name.object_key
(String) This is the schema S3 object key, which includes the full path of "folders" from the bucket root to the schema.snapshot_s3_location
Required:
bucket_name
(String) The Schema S3 bucket name.object_key
(String) This is the schema S3 object key, which includes the full path of "folders" from the bucket root to the schema.Import is supported using the following syntax:
$ terraform import awscc_simspaceweaver_simulation.example <resource ID>