simulations_list_only
Lists simulations
in a region or regions, for all properties use simulations
Overview
Name | simulations_list_only |
Type | Resource |
Description | AWS::SimSpaceWeaver::Simulation resource creates an AWS Simulation. |
Id | aws.simspaceweaver.simulations_list_only |
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
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all simulations
in a region.
SELECT
region,
name
FROM aws.simspaceweaver.simulations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the simulations_list_only
resource, see simulations