WorkflowStepCopyStepDetailsDestinationFileLocationS3FileLocationArgs

data class WorkflowStepCopyStepDetailsDestinationFileLocationS3FileLocationArgs(val bucket: Output<String>? = null, val key: Output<String>? = null) : ConvertibleToJava<WorkflowStepCopyStepDetailsDestinationFileLocationS3FileLocationArgs>

Constructors

constructor(bucket: Output<String>? = null, key: Output<String>? = null)

Properties

Link copied to clipboard
val bucket: Output<String>? = null

Specifies the S3 bucket for the customer input file.

Link copied to clipboard
val key: Output<String>? = null

The name assigned to the file when it was created in S3. You use the object key to retrieve the object.

Functions

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