QuerySuggestionsBlockListSourceS3PathArgs

data class QuerySuggestionsBlockListSourceS3PathArgs(val bucket: Output<String>, val key: Output<String>) : ConvertibleToJava<QuerySuggestionsBlockListSourceS3PathArgs>

Constructors

constructor(bucket: Output<String>, key: Output<String>)

Properties

Link copied to clipboard
val bucket: Output<String>

The name of the S3 bucket that contains the file.

Link copied to clipboard
val key: Output<String>

The name of the file. The following arguments are optional:

Functions

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