EventConnectionAuthParametersOauthOauthHttpParametersBody constructor

const EventConnectionAuthParametersOauthOauthHttpParametersBody({
  1. Input<bool?>? isValueSecret,
  2. Input<String?>? key,
  3. Input<String?>? value,
})

Creates a new EventConnectionAuthParametersOauthOauthHttpParametersBody. isValueSecret Specified whether the value is secret. key The key for the parameter. value The value associated with the key. Created and stored in AWS Secrets Manager if is secret.

Implementation

const EventConnectionAuthParametersOauthOauthHttpParametersBody({
  this.isValueSecret,
  this.key,
  this.value,
});