apiKey

@JvmName(name = "dlxomcpisirawdbf")
suspend fun apiKey(value: Output<EventConnectionAuthParametersApiKeyArgs>)
@JvmName(name = "rpdnhemoeliahkst")
suspend fun apiKey(value: EventConnectionAuthParametersApiKeyArgs?)

Parameters

value

Parameters used for API_KEY authorization. An API key to include in the header for each authentication request. A maximum of 1 are allowed. Conflicts with basic and oauth. Documented below.


@JvmName(name = "umsvtbibbbqotegy")
suspend fun apiKey(argument: suspend EventConnectionAuthParametersApiKeyArgsBuilder.() -> Unit)

Parameters

argument

Parameters used for API_KEY authorization. An API key to include in the header for each authentication request. A maximum of 1 are allowed. Conflicts with basic and oauth. Documented below.