AWS::RoboMaker::SimulationApplication SourceConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::RoboMaker::SimulationApplication SourceConfig

Information about a source configuration.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Architecture" : String, "S3Bucket" : String, "S3Key" : String }

YAML

Architecture: String S3Bucket: String S3Key: String

Properties

Architecture

The target processor architecture for the application.

Required: Yes

Type: String

Allowed values: X86_64 | ARM64 | ARMHF

Update requires: No interruption

S3Bucket

The Amazon S3 bucket name.

Required: Yes

Type: String

Pattern: [a-z0-9][a-z0-9.\-]*[a-z0-9]

Update requires: No interruption

S3Key

The s3 object key.

Required: Yes

Type: String

Minimum: 1

Maximum: 1024

Update requires: No interruption