simulations
Retrieves a list of simulations
in a region
Overview
Name | simulations |
Type | Resource |
Description | simulations |
Id | awscc.simspaceweaver.simulations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the simulation. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
name
FROM awscc.simspaceweaver.simulations
WHERE region = 'us-east-1'
Permissions
To operate on the simulations
resource, the following permissions are required:
Create
simspaceweaver:StartSimulation,
simspaceweaver:DescribeSimulation,
iam:GetRole,
iam:PassRole
List
simspaceweaver:ListSimulations