AnalysisStaticFileS3SourceOptionsArgs

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

Constructors

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

Properties

Link copied to clipboard
val bucketName: Output<String>

The name of the Amazon S3 bucket.

Link copied to clipboard
val objectKey: Output<String>

The identifier of the static file in the Amazon S3 bucket.

Link copied to clipboard
val region: Output<String>

The Region of the Amazon S3 account that contains the bucket.

Functions

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