EventSubscriptionState class

Input properties used for looking up and filtering EventSubscription resources.

Constructors

EventSubscriptionState({Input<String?>? arn, Input<bool?>? enabled, Input<List<String>?>? eventCategories, Input<String?>? name, Input<String?>? region, Input<String?>? snsTopicArn, Input<List<String>?>? sourceIds, Input<String?>? sourceType, Input<Map<String, String>?>? tags, 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.
const
EventSubscriptionState.fromMap(Map<String, dynamic> map)
factory

Properties

arn → Input<String?>?
ARN of the DMS Event Subscription.
final
enabled → Input<bool?>?
Whether the event subscription should be enabled.
final
eventCategories → Input<List<String>?>?
List of event categories to listen for, see DescribeEventCategories for a canonical list.
final
hashCode int
The hash code for this object.
no setterinherited
name → Input<String?>?
Name of event subscription.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snsTopicArn → Input<String?>?
SNS topic arn to send events on.
final
sourceIds → Input<List<String>?>?
Ids of sources to listen to. If you don't specify a value, notifications are provided for all sources.
final
sourceType → Input<String?>?
Type of source for events. Valid values: replication-instance or replication-task
final
tags → Input<Map<String, String>?>?
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.
final
tagsAll → Input<Map<String, String>?>?
A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited