SubscriptionFilter class
Represents a subscription filter.
Constructors
- SubscriptionFilter({int? creationTime, String? destinationArn, Distribution? distribution, String? filterName, String? filterPattern, String? logGroupName, String? roleArn})
-
SubscriptionFilter.fromJson(Map<
String, dynamic> json) -
factory
Properties
- creationTime → int?
-
The creation time of the subscription filter, expressed as the number of
milliseconds after Jan 1, 1970 00:00:00 UTC.
final
- destinationArn → String?
-
The Amazon Resource Name (ARN) of the destination.
final
- distribution → Distribution?
-
final
- filterName → String?
-
The name of the subscription filter.
final
- filterPattern → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- logGroupName → String?
-
The name of the log group.
final
- roleArn → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited