EventConnectionAuthParametersOauthOauthHttpParametersQueryString constructor
const
EventConnectionAuthParametersOauthOauthHttpParametersQueryString({})
Creates a new EventConnectionAuthParametersOauthOauthHttpParametersQueryString.
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 EventConnectionAuthParametersOauthOauthHttpParametersQueryString({
this.isValueSecret,
this.key,
this.value,
});