GetEventConnectionResult

data class GetEventConnectionResult(val arn: String, val authorizationType: String, val id: String, val kmsKeyIdentifier: 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, kmsKeyIdentifier: String, name: String, secretArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN (Amazon Resource Name) of the connection.

Link copied to clipboard

Type of authorization specified for the connection. 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

(Optional) Identifier of the AWS KMS customer managed key for EventBridge to use to encrypt the connection, if one has been specified.

Link copied to clipboard
Link copied to clipboard

ARN of the secret created from the authorization parameters specified for the connection.