Get Connection Result
data class GetConnectionResult(val arn: String? = null, val authParameters: ConnectionAuthParameters? = null, val authorizationType: ConnectionAuthorizationType? = null, val description: String? = null, val invocationConnectivityParameters: InvocationConnectivityParametersProperties? = null, val secretArn: String? = null)
Constructors
Link copied to clipboard
constructor(arn: String? = null, authParameters: ConnectionAuthParameters? = null, authorizationType: ConnectionAuthorizationType? = null, description: String? = null, invocationConnectivityParameters: InvocationConnectivityParametersProperties? = null, secretArn: 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
The private resource the HTTP request will be sent to.