SimulationApplicationSourceConfigArgs

data class SimulationApplicationSourceConfigArgs(val architecture: Output<SimulationApplicationSourceConfigArchitecture>, val s3Bucket: Output<String>, val s3Key: Output<String>) : ConvertibleToJava<SimulationApplicationSourceConfigArgs>

Information about a source configuration.

Constructors

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

Properties

Link copied to clipboard

The target processor architecture for the application.

Link copied to clipboard
val s3Bucket: Output<String>

The Amazon S3 bucket name.

Link copied to clipboard
val s3Key: Output<String>

The s3 object key.

Functions

Link copied to clipboard
open override fun toJava(): SimulationApplicationSourceConfigArgs