GetIntegrationPlainArgs

data class GetIntegrationPlainArgs(val domainName: String, val uri: String) : ConvertibleToJava<GetIntegrationPlainArgs>

Constructors

Link copied to clipboard
constructor(domainName: String, uri: String)

Properties

Link copied to clipboard

The unique name of the domain.

Link copied to clipboard
val uri: String

The URI of the S3 bucket or any other type of data source.

Functions

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