FaqS3PathArgs

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

Constructors

Link copied to clipboard
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.

Functions

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