EventConnectionAuthParametersApiKey constructor
const
EventConnectionAuthParametersApiKey({})
Creates a new EventConnectionAuthParametersApiKey.
key Header Name.
value Header Value. Created and stored in AWS Secrets Manager.
Implementation
const EventConnectionAuthParametersApiKey({
required this.key,
required this.value,
});