Event Connection Auth Parameters
data class EventConnectionAuthParameters(val apiKey: EventConnectionAuthParametersApiKey? = null, val basic: EventConnectionAuthParametersBasic? = null, val invocationHttpParameters: EventConnectionAuthParametersInvocationHttpParameters? = null, val oauth: EventConnectionAuthParametersOauth? = null)
Constructors
Link copied to clipboard
fun EventConnectionAuthParameters(apiKey: EventConnectionAuthParametersApiKey? = null, basic: EventConnectionAuthParametersBasic? = null, invocationHttpParameters: EventConnectionAuthParametersInvocationHttpParameters? = null, oauth: EventConnectionAuthParametersOauth? = null)
Types
Properties
Link copied to clipboard
Invocation Http Parameters are additional credentials used to sign each Invocation of the ApiDestination created from this Connection. If the ApiDestination Rule Target has additional HttpParameters, the values will be merged together, with the Connection Invocation Http Parameters taking precedence. Secret values are stored and managed by AWS Secrets Manager. A maximum of 1 are allowed. Documented below.