EventBusState constructor

const EventBusState({
  1. Input<String?>? arn,
  2. Input<EventBusDeadLetterConfig?>? deadLetterConfig,
  3. Input<String?>? description,
  4. Input<String?>? eventSourceName,
  5. Input<String?>? kmsKeyIdentifier,
  6. Input<EventBusLogConfig?>? logConfig,
  7. Input<String?>? name,
  8. Input<String?>? region,
  9. Input<Map<String, String>?>? tags,
  10. Input<Map<String, String>?>? tagsAll,
})

Creates a new EventBusState. arn ARN of the event bus. deadLetterConfig Configuration details of the Amazon SQS queue for EventBridge to use as a dead-letter queue (DLQ). This block supports the following arguments: description Event bus description. eventSourceName Partner event source that the new event bus will be matched with. Must match name. kmsKeyIdentifier Identifier of the AWS KMS customer managed key for EventBridge to use, if you choose to use a customer managed key to encrypt events on this event bus. The identifier can be the key ARN, KeyId, key alias, or key alias ARN. logConfig Block for logging configuration settings for the event bus. name Name of the new event bus. The names of custom event buses can't contain the / character. To create a partner event bus, ensure that the name matches the eventSourceName. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. tags Map of tags assigned to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level. tagsAll Map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.

Implementation

const EventBusState({
  this.arn,
  this.deadLetterConfig,
  this.description,
  this.eventSourceName,
  this.kmsKeyIdentifier,
  this.logConfig,
  this.name,
  this.region,
  this.tags,
  this.tagsAll,
});