DestinationDescription class
Describes the destination for a delivery stream.
Constructors
- DestinationDescription({required String destinationId, ElasticsearchDestinationDescription? elasticsearchDestinationDescription, ExtendedS3DestinationDescription? extendedS3DestinationDescription, HttpEndpointDestinationDescription? httpEndpointDestinationDescription, RedshiftDestinationDescription? redshiftDestinationDescription, S3DestinationDescription? s3DestinationDescription, SplunkDestinationDescription? splunkDestinationDescription})
-
DestinationDescription.fromJson(Map<
String, dynamic> json) -
factory
Properties
- destinationId → String
-
The ID of the destination.
final
- elasticsearchDestinationDescription → ElasticsearchDestinationDescription?
-
The destination in Amazon ES.
final
- extendedS3DestinationDescription → ExtendedS3DestinationDescription?
-
The destination in Amazon S3.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- httpEndpointDestinationDescription → HttpEndpointDestinationDescription?
-
Describes the specified HTTP endpoint destination.
final
- redshiftDestinationDescription → RedshiftDestinationDescription?
-
The destination in Amazon Redshift.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- s3DestinationDescription → S3DestinationDescription?
-
Deprecated The destination in Amazon S3.
final
- splunkDestinationDescription → SplunkDestinationDescription?
-
The destination in Splunk.
final
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