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:StringS3Bucket:StringS3Key:String
Properties
Architecture-
The target processor architecture for the application.
Required: Yes
Type: String
Allowed values:
ARM64 | ARMHF | X86_64Update requires: No interruption
S3Bucket-
The Amazon S3 bucket name.
Required: Yes
Type: String
Minimum:
3Maximum:
63Pattern:
[a-z0-9][a-z0-9.\-]*[a-z0-9]Update requires: No interruption
S3Key-
The s3 object key.
Required: Yes
Type: String
Minimum:
1Maximum:
1024Pattern:
.*Update requires: No interruption