ConnectionArgs

data class ConnectionArgs(val authParameters: Output<ConnectionAuthParametersArgs>? = null, val authorizationType: Output<ConnectionAuthorizationType>? = null, val description: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<ConnectionArgs>

Resource Type definition for AWS::Events::Connection.

Example Usage

Example

No Java example available.

Constructors

Link copied to clipboard
constructor(authParameters: Output<ConnectionAuthParametersArgs>? = null, authorizationType: Output<ConnectionAuthorizationType>? = null, description: Output<String>? = null, name: Output<String>? = null)

Properties

Link copied to clipboard

The type of authorization to use for the connection.

Link copied to clipboard

A CreateConnectionAuthRequestParameters object that contains the authorization parameters to use to authorize with the endpoint.

Link copied to clipboard
val description: Output<String>? = null

Description of the connection.

Link copied to clipboard
val name: Output<String>? = null

Name of the connection.

Functions

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