Event Connection Auth Parameters Args
data class EventConnectionAuthParametersArgs(val apiKey: Output<EventConnectionAuthParametersApiKeyArgs>? = null, val basic: Output<EventConnectionAuthParametersBasicArgs>? = null, val invocationHttpParameters: Output<EventConnectionAuthParametersInvocationHttpParametersArgs>? = null, val oauth: Output<EventConnectionAuthParametersOauthArgs>? = null) : ConvertibleToJava<EventConnectionAuthParametersArgs>
Constructors
Link copied to clipboard
fun EventConnectionAuthParametersArgs(apiKey: Output<EventConnectionAuthParametersApiKeyArgs>? = null, basic: Output<EventConnectionAuthParametersBasicArgs>? = null, invocationHttpParameters: Output<EventConnectionAuthParametersInvocationHttpParametersArgs>? = null, oauth: Output<EventConnectionAuthParametersOauthArgs>? = null)
Functions
Properties
Link copied to clipboard
val invocationHttpParameters: Output<EventConnectionAuthParametersInvocationHttpParametersArgs>? = null
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.