Skip to main content

simulations_list_only

Lists simulations in a region or regions, for all properties use simulations

Overview

Namesimulations_list_only
TypeResource
DescriptionAWS::SimSpaceWeaver::Simulation resource creates an AWS Simulation.
Idaws.simspaceweaver.simulations_list_only

Fields

NameDatatypeDescription
namestringThe name of the simulation.
role_arnstringRole ARN.
schema_s3_locationobject
describe_payloadstringJson object with all simulation details
maximum_durationstringThe maximum running time of the simulation.
snapshot_s3_locationobject
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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