You must be logged in to view saved presets
This template creates a SimSpace Weaver simulation that starts from a snapshot. It specifies the maximum duration, name, role ARN, and the S3 location of the snapshot.
AWSTemplateFormatVersion: '2010-09-09'
Description: 'AWS SimSpace Weaver: Simulation from a Snapshot'
Resources:
MyTestSimulation:
Type: 'AWS::SimSpaceWeaver::Simulation'
Properties:
MaximumDuration: undefined
Name: "MyTestSimulation_from_snapshot"
RoleArn: undefined
SnapshotS3Location:
BucketName: undefined
ObjectKey: undefined