GetConnectionResult

data class GetConnectionResult(val arn: String? = null, val authorizationType: ConnectionAuthorizationType? = null, val description: String? = null, val secretArn: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, authorizationType: ConnectionAuthorizationType? = null, description: String? = null, secretArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The arn of the connection resource.

Link copied to clipboard

The type of authorization to use for the connection.

Link copied to clipboard
val description: String? = null

Description of the connection.

Link copied to clipboard
val secretArn: String? = null

The arn of the secrets manager secret created in the customer account.