aws-cdk-lib.aws_robomaker.CfnSimulationApplication.SourceConfigProperty

interface SourceConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.RoboMaker.CfnSimulationApplication.SourceConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsrobomaker#CfnSimulationApplication_SourceConfigProperty
Javasoftware.amazon.awscdk.services.robomaker.CfnSimulationApplication.SourceConfigProperty
Pythonaws_cdk.aws_robomaker.CfnSimulationApplication.SourceConfigProperty
TypeScript aws-cdk-lib » 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 { aws_robomaker as robomaker } from 'aws-cdk-lib';
const sourceConfigProperty: robomaker.CfnSimulationApplication.SourceConfigProperty = {
  architecture: 'architecture',
  s3Bucket: 's3Bucket',
  s3Key: 's3Key',
};

Properties

NameTypeDescription
architecturestringThe target processor architecture for the application.
s3BucketstringThe Amazon S3 bucket name.
s3KeystringThe 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.