Module Values.DestinationDescriptionSource

Describes the destination for a Firehose stream.

Sourcetype nonrec t = {
  1. destinationId : DestinationId.t option;
    (*

    The ID of the destination.

    *)
  2. s3DestinationDescription : S3DestinationDescription.t option;
    (*

    [Deprecated] The destination in Amazon S3.

    *)
  3. extendedS3DestinationDescription : ExtendedS3DestinationDescription.t option;
    (*

    The destination in Amazon S3.

    *)
  4. redshiftDestinationDescription : RedshiftDestinationDescription.t option;
    (*

    The destination in Amazon Redshift.

    *)
  5. elasticsearchDestinationDescription : ElasticsearchDestinationDescription.t option;
    (*

    The destination in Amazon OpenSearch Service.

    *)
  6. amazonopensearchserviceDestinationDescription : AmazonopensearchserviceDestinationDescription.t option;
    (*

    The destination in Amazon OpenSearch Service.

    *)
  7. splunkDestinationDescription : SplunkDestinationDescription.t option;
    (*

    The destination in Splunk.

    *)
  8. httpEndpointDestinationDescription : HttpEndpointDestinationDescription.t option;
    (*

    Describes the specified HTTP endpoint destination.

    *)
  9. snowflakeDestinationDescription : SnowflakeDestinationDescription.t option;
    (*

    Optional description for the destination

    *)
  10. amazonOpenSearchServerlessDestinationDescription : AmazonOpenSearchServerlessDestinationDescription.t option;
    (*

    The destination in the Serverless offering for Amazon OpenSearch Service.

    *)
  11. icebergDestinationDescription : IcebergDestinationDescription.t option;
    (*

    Describes a destination in Apache Iceberg Tables.

    *)
}
Sourceval make : ?destinationId:??? -> ?s3DestinationDescription:??? -> ?extendedS3DestinationDescription:??? -> ?redshiftDestinationDescription:??? -> ?elasticsearchDestinationDescription:??? -> ?amazonopensearchserviceDestinationDescription:??? -> ?splunkDestinationDescription:??? -> ?httpEndpointDestinationDescription:??? -> ?snowflakeDestinationDescription:??? -> ?amazonOpenSearchServerlessDestinationDescription:??? -> ?icebergDestinationDescription:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DestinationId.t | `Structure of (string * [> `Boolean of BooleanObject.t | `Enum of string | `Integer of HECAcknowledgmentTimeoutInSeconds.t | `List of [> `Structure of (string * [> `List of [> `String of NonEmptyStringWithoutWhitespace.t ] list | `String of StringWithLettersDigitsUnderscoresDots.t | `Structure of (string * [> `List of [> `Structure of (string * [> `String of NonEmptyStringWithoutWhitespace.t ]) list ] list ]) list ]) list ] list | `String of RoleARN.t | `Structure of (string * [> `Boolean of BooleanObject.t | `Enum of string | `Integer of SizeInMBs.t | `List of [> `String of NonEmptyStringWithoutWhitespace.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of ProcessorParameterValue.t ]) list ] list | `String of HttpEndpointAttributeName.t ]) list ] list | `String of LogGroupName.t | `Structure of (string * [> `Boolean of BooleanObject.t | `Enum of string | `Integer of SizeInMBs.t | `String of AWSKMSKeyARN.t | `Structure of (string * [> `String of AWSKMSKeyARN.t | `Structure of (string * [> `Boolean of BooleanObject.t | `Double of Proportion.t | `Enum of string | `Integer of BlockSizeBytes.t | `List of [> `String of NonEmptyString.t ] list | `Map of ([> `String of NonEmptyStringWithoutWhitespace.t ] * [> `String of NonEmptyString.t ]) list ]) list ]) list ]) list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t