oauth Http Parameters
suspend fun oauthHttpParameters(value: Output<EventConnectionAuthParametersOauthOauthHttpParametersArgs>)
Parameters
value
OAuth Http Parameters are additional credentials used to sign the request to the authorization endpoint to exchange the OAuth Client information for an access token. Secret values are stored and managed by AWS Secrets Manager. A maximum of 1 are allowed. Documented below.
suspend fun oauthHttpParameters(argument: suspend EventConnectionAuthParametersOauthOauthHttpParametersArgsBuilder.() -> Unit)
Parameters
argument
OAuth Http Parameters are additional credentials used to sign the request to the authorization endpoint to exchange the OAuth Client information for an access token. Secret values are stored and managed by AWS Secrets Manager. A maximum of 1 are allowed. Documented below.