EventConnectionAuthParametersOauthClientParametersArgs

data class EventConnectionAuthParametersOauthClientParametersArgs(val clientId: Output<String>, val clientSecret: Output<String>) : ConvertibleToJava<EventConnectionAuthParametersOauthClientParametersArgs>

Constructors

constructor(clientId: Output<String>, clientSecret: Output<String>)

Properties

Link copied to clipboard
val clientId: Output<String>

The client ID for the credentials to use for authorization. Created and stored in AWS Secrets Manager.

Link copied to clipboard
val clientSecret: Output<String>

The client secret for the credentials to use for authorization. Created and stored in AWS Secrets Manager.

Functions

Link copied to clipboard
open override fun toJava(): EventConnectionAuthParametersOauthClientParametersArgs