simulation
Gets an individual simulation
resource
Overview
Name | simulation |
Type | Resource |
Description | simulation |
Id | awscc.simspaceweaver.simulation |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the simulation. |
role_arn | string | Role ARN. |
schema_s3_location | object | |
describe_payload | string | Json object with all simulation details |
maximum_duration | string | The maximum running time of the simulation. |
snapshot_s3_location | object | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
name,
role_arn,
schema_s3_location,
describe_payload,
maximum_duration,
snapshot_s3_location
FROM awscc.simspaceweaver.simulation
WHERE data__Identifier = '<Name>';
Permissions
To operate on the simulation
resource, the following permissions are required:
Read
simspaceweaver:DescribeSimulation
Update
simspaceweaver:StartSimulation,
simspaceweaver:StopSimulation,
simspaceweaver:DeleteSimulation,
simspaceweaver:DescribeSimulation
Delete
simspaceweaver:StopSimulation,
simspaceweaver:DeleteSimulation,
simspaceweaver:DescribeSimulation