GetEventConnectionResult

data class GetEventConnectionResult(val arn: String, val authorizationType: String, val id: String, val name: String, val secretArn: String)

A collection of values returned by getEventConnection.

Constructors

Link copied to clipboard
constructor(arn: String, authorizationType: String, id: String, name: String, secretArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN (Amazon Resource Name) for the connection.

Link copied to clipboard

Type of authorization to use to connect. One of API_KEY,BASIC,OAUTH_CLIENT_CREDENTIALS.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Name of the connection.

Link copied to clipboard

ARN (Amazon Resource Name) for the secret created from the authorization parameters specified for the connection.