SimulationS3LocationArgs

data class SimulationS3LocationArgs(val bucketName: Output<String>, val objectKey: Output<String>) : ConvertibleToJava<SimulationS3LocationArgs>

Constructors

Link copied to clipboard
constructor(bucketName: Output<String>, objectKey: Output<String>)

Properties

Link copied to clipboard
val bucketName: Output<String>

The Schema S3 bucket name.

Link copied to clipboard
val objectKey: Output<String>

This is the schema S3 object key, which includes the full path of "folders" from the bucket root to the schema.

Functions

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