Connection Args
data class ConnectionArgs(val authParameters: Output<ConnectionAuthParametersArgs>? = null, val authorizationType: Output<ConnectionAuthorizationType>? = null, val description: Output<String>? = null, val invocationConnectivityParameters: Output<InvocationConnectivityParametersPropertiesArgs>? = 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, invocationConnectivityParameters: Output<InvocationConnectivityParametersPropertiesArgs>? = null, name: Output<String>? = null)
Properties
Link copied to clipboard
The type of authorization to use for the connection.
Link copied to clipboard
The authorization parameters to use to authorize with the endpoint. You must include only authorization parameters for the AuthorizationType
you specify.
Link copied to clipboard
Description of the connection.
Link copied to clipboard
val invocationConnectivityParameters: Output<InvocationConnectivityParametersPropertiesArgs>? = null
The private resource the HTTP request will be sent to.