Event Connection Auth Parameters Oauth Args
data class EventConnectionAuthParametersOauthArgs(val authorizationEndpoint: Output<String>, val clientParameters: Output<EventConnectionAuthParametersOauthClientParametersArgs>? = null, val httpMethod: Output<String>, val oauthHttpParameters: Output<EventConnectionAuthParametersOauthOauthHttpParametersArgs>) : ConvertibleToJava<EventConnectionAuthParametersOauthArgs>
Constructors
Link copied to clipboard
constructor(authorizationEndpoint: Output<String>, clientParameters: Output<EventConnectionAuthParametersOauthClientParametersArgs>? = null, httpMethod: Output<String>, oauthHttpParameters: Output<EventConnectionAuthParametersOauthOauthHttpParametersArgs>)
Properties
Link copied to clipboard
The URL to the authorization endpoint.
Link copied to clipboard
Contains the client parameters for OAuth authorization. Contains the following two parameters.
Link copied to clipboard
A password for the authorization. Created and stored in AWS Secrets Manager.
Link copied to clipboard
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.