EventSubscriptionState class
Input properties used for looking up and filtering EventSubscription resources.
Constructors
-
EventSubscriptionState({Input<
String?> ? arn, Input<bool?> ? enabled, Input<List< ? eventCategories, Input<String> ?>String?> ? name, Input<String?> ? region, Input<String?> ? snsTopicArn, Input<List< ? sourceIds, Input<String> ?>String?> ? sourceType, Input<Map< ? tags, Input<String, String> ?>Map< ? tagsAll})String, String> ?> -
Creates a new EventSubscriptionState.
arnARN of the DMS Event Subscription.enabledWhether the event subscription should be enabled.eventCategoriesList of event categories to listen for, seeDescribeEventCategoriesfor a canonical list.nameName of event subscription.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.snsTopicArnSNS topic arn to send events on.sourceIdsIds of sources to listen to. If you don't specify a value, notifications are provided for all sources.sourceTypeType of source for events. Valid values:replication-instanceorreplication-tasktagsMap of resource tags to assign to the resource. If configured with a providerdefaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.tagsAllA map of tags assigned to the resource, including those inherited from the providerdefaultTagsconfiguration 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
DescribeEventCategoriesfor 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-instanceorreplication-taskfinal -
Map of resource tags to assign to the resource. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.final -
A map of tags assigned to the resource, including those inherited from the provider
defaultTagsconfiguration 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