EventSubscriptionState class
Input properties used for looking up and filtering EventSubscription resources.
Constructors
-
EventSubscriptionState({Input<
String?> ? arn, Input<String?> ? customerAwsId, Input<bool?> ? enabled, Input<List< ? eventCategories, Input<String> ?>String?> ? name, Input<String?> ? namePrefix, 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 DocumentDB event notification subscriptioncustomerAwsIdThe AWS customer account associated with the DocumentDB event notification subscriptionenabledA boolean flag to enable/disable the subscription. Defaults to true.eventCategoriesA list of event categories for a SourceType that you want to subscribe to. See https://docs.aws.amazon.com/documentdb/latest/developerguide/API_Event.html or runaws docdb describe-event-categories.nameThe name of the DocumentDB event subscription. By default generated by this provider.namePrefixThe name of the DocumentDB event subscription. Conflicts withname.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.snsTopicArnOptional.sourceIdsA list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. If specified, a sourceType must also be specified.sourceTypeThe type of source that will be generating the events. Valid options aredb-instance,db-cluster,db-parameter-group,db-security-group,db-cluster-snapshot. If not set, all sources will be subscribed to.tagsA map of 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 DocumentDB event notification subscription
final
-
customerAwsId
→ Input<
String?> ? -
The AWS customer account associated with the DocumentDB event notification subscription
final
-
enabled
→ Input<
bool?> ? -
A boolean flag to enable/disable the subscription. Defaults to true.
final
-
eventCategories
→ Input<
List< ?String> ?> -
A list of event categories for a SourceType that you want to subscribe to. See https://docs.aws.amazon.com/documentdb/latest/developerguide/API_Event.html or run
aws docdb describe-event-categories.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
name
→ Input<
String?> ? -
The name of the DocumentDB event subscription. By default generated by this provider.
final
-
namePrefix
→ Input<
String?> ? -
The name of the DocumentDB event subscription. Conflicts with
name.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?> ? -
final
-
sourceIds
→ Input<
List< ?String> ?> -
A list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. If specified, a sourceType must also be specified.
final
-
sourceType
→ Input<
String?> ? -
The type of source that will be generating the events. Valid options are
db-instance,db-cluster,db-parameter-group,db-security-group,db-cluster-snapshot. If not set, all sources will be subscribed to.final -
A map of 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