Skip to main content

simulations

Retrieves a list of simulations in a region

Overview

Namesimulations
TypeResource
Descriptionsimulations
Idawscc.simspaceweaver.simulations

Fields

NameDatatypeDescription
namestringThe name of the simulation.
regionstringAWS 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