WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocationS3FileLocationArgs

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

Constructors

Functions

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

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.