EventSubscriptionState constructor

const EventSubscriptionState({
  1. Input<String?>? arn,
  2. Input<bool?>? enabled,
  3. Input<List<String>?>? eventCategories,
  4. Input<String?>? name,
  5. Input<String?>? region,
  6. Input<String?>? snsTopicArn,
  7. Input<List<String>?>? sourceIds,
  8. Input<String?>? sourceType,
  9. Input<Map<String, String>?>? tags,
  10. Input<Map<String, String>?>? tagsAll,
})

Creates a new EventSubscriptionState. arn ARN of the DMS Event Subscription. enabled Whether the event subscription should be enabled. eventCategories List of event categories to listen for, see DescribeEventCategories for a canonical list. name Name of event subscription. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. snsTopicArn SNS topic arn to send events on. sourceIds Ids of sources to listen to. If you don't specify a value, notifications are provided for all sources. sourceType Type of source for events. Valid values: replication-instance or replication-task tags Map of resource tags to assign 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 A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.

Implementation

const EventSubscriptionState({
  this.arn,
  this.enabled,
  this.eventCategories,
  this.name,
  this.region,
  this.snsTopicArn,
  this.sourceIds,
  this.sourceType,
  this.tags,
  this.tagsAll,
});