interface SourceConfigProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.RoboMaker.CfnSimulationApplication.SourceConfigProperty |
Java | software.amazon.awscdk.services.robomaker.CfnSimulationApplication.SourceConfigProperty |
Python | aws_cdk.aws_robomaker.CfnSimulationApplication.SourceConfigProperty |
TypeScript | @aws-cdk/aws-robomaker » CfnSimulationApplication » SourceConfigProperty |
Information about a source configuration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as robomaker from '@aws-cdk/aws-robomaker';
const sourceConfigProperty: robomaker.CfnSimulationApplication.SourceConfigProperty = {
architecture: 'architecture',
s3Bucket: 's3Bucket',
s3Key: 's3Key',
};
Properties
Name | Type | Description |
---|---|---|
architecture | string | The target processor architecture for the application. |
s3 | string | The Amazon S3 bucket name. |
s3 | string | The s3 object key. |
architecture
Type:
string
The target processor architecture for the application.
s3Bucket
Type:
string
The Amazon S3 bucket name.
s3Key
Type:
string
The s3 object key.