DataSourceAuthorizationConfig

data class DataSourceAuthorizationConfig(val authorizationType: String, val awsIamConfig: DataSourceAwsIamConfig? = null)

Constructors

Link copied to clipboard
constructor(authorizationType: String, awsIamConfig: DataSourceAwsIamConfig? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The authorization type that the HTTP endpoint requires.

Link copied to clipboard

The AWS Identity and Access Management settings.