KnowledgeBaseS3LocationArgs

data class KnowledgeBaseS3LocationArgs(val uri: Output<String>) : ConvertibleToJava<KnowledgeBaseS3LocationArgs>

An Amazon S3 location.

Constructors

Link copied to clipboard
constructor(uri: Output<String>)

Properties

Link copied to clipboard
val uri: Output<String>

The location's URI

Functions

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