AWS::RoboMaker::SimulationApplication SourceConfig - AWS CloudFormation

AWS::RoboMaker::SimulationApplication SourceConfig

Information about a source configuration.

Syntax

To declare this entity in your AWS 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