EventConnectionAuthParametersOauthClientParametersArgs

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

Constructors

Functions

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

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.