SimulationApplicationSourceConfig

data class SimulationApplicationSourceConfig(val architecture: SimulationApplicationSourceConfigArchitecture, val s3Bucket: String, val s3Key: String)

Information about a source configuration.

Constructors

Link copied to clipboard
constructor(architecture: SimulationApplicationSourceConfigArchitecture, s3Bucket: String, s3Key: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The target processor architecture for the application.

Link copied to clipboard

The Amazon S3 bucket name.

Link copied to clipboard

The s3 object key.