EventConnectionAuthParametersInvocationHttpParametersQueryString constructor

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

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