AWS Fundamentals Logo
AWS Fundamentals
AWS::SimSpaceWeaver::Simulation

SimSpaceWeaver Simulation

AWS::SimSpaceWeaver::Simulation resource creates an AWS Simulation.

Properties

5 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
RoleArn
string
RequiredCreate-only
MaximumDuration
string
Create-only
SchemaS3Location
S3Location
Create-only
SnapshotS3Location
S3Location
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
DescribePayloadstringJson object with all simulation details

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SimSpaceWeaver::Simulation

Resources:
  MyResource:
    Type: AWS::SimSpaceWeaver::Simulation
    Properties:
      Name: "my-name"
      RoleArn: "arn:aws:service:region:account:resource"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

simspaceweaver:StartSimulationsimspaceweaver:DescribeSimulationiam:GetRoleiam:PassRole

read

simspaceweaver:DescribeSimulation

update

simspaceweaver:StartSimulationsimspaceweaver:StopSimulationsimspaceweaver:DeleteSimulationsimspaceweaver:DescribeSimulation

delete

simspaceweaver:StopSimulationsimspaceweaver:DeleteSimulationsimspaceweaver:DescribeSimulation

list

simspaceweaver:ListSimulations

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceSimSpaceWeaver
Properties6
Required2
TaggingNot supported
Primary IDName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

NameRoleArnSchemaS3LocationSnapshotS3LocationMaximumDuration

External Links