DestinationDescription constructor
DestinationDescription({
- required String destinationId,
- ElasticsearchDestinationDescription? elasticsearchDestinationDescription,
- ExtendedS3DestinationDescription? extendedS3DestinationDescription,
- HttpEndpointDestinationDescription? httpEndpointDestinationDescription,
- RedshiftDestinationDescription? redshiftDestinationDescription,
- S3DestinationDescription? s3DestinationDescription,
- SplunkDestinationDescription? splunkDestinationDescription,
Implementation
DestinationDescription({
required this.destinationId,
this.elasticsearchDestinationDescription,
this.extendedS3DestinationDescription,
this.httpEndpointDestinationDescription,
this.redshiftDestinationDescription,
this.s3DestinationDescription,
this.splunkDestinationDescription,
});