Module Values.AmazonOpenSearchServerlessDestinationDescriptionSource

The destination description in the Serverless offering for Amazon OpenSearch Service.

Sourcetype nonrec t = {
  1. roleARN : RoleARN.t option;
    (*

    The Amazon Resource Name (ARN) of the Amazon Web Services credentials.

    *)
  2. collectionEndpoint : AmazonOpenSearchServerlessCollectionEndpoint.t option;
    (*

    The endpoint to use when communicating with the collection in the Serverless offering for Amazon OpenSearch Service.

    *)
  3. indexName : AmazonOpenSearchServerlessIndexName.t option;
    (*

    The Serverless offering for Amazon OpenSearch Service index name.

    *)
  4. bufferingHints : AmazonOpenSearchServerlessBufferingHints.t option;
    (*

    The buffering options.

    *)
  5. retryOptions : AmazonOpenSearchServerlessRetryOptions.t option;
    (*

    The Serverless offering for Amazon OpenSearch Service retry options.

    *)
  6. s3BackupMode : AmazonOpenSearchServerlessS3BackupMode.t option;
    (*

    The Amazon S3 backup mode.

    *)
  7. s3DestinationDescription : S3DestinationDescription.t option;
  8. processingConfiguration : ProcessingConfiguration.t option;
  9. cloudWatchLoggingOptions : CloudWatchLoggingOptions.t option;
  10. vpcConfigurationDescription : VpcConfigurationDescription.t option;
}
Sourceval make : ?roleARN:??? -> ?collectionEndpoint:??? -> ?indexName:??? -> ?bufferingHints:??? -> ?retryOptions:??? -> ?s3BackupMode:??? -> ?s3DestinationDescription:??? -> ?processingConfiguration:??? -> ?cloudWatchLoggingOptions:??? -> ?vpcConfigurationDescription:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of RoleARN.t | `Structure of (string * [> `Boolean of BooleanObject.t | `Enum of string | `Integer of AmazonOpenSearchServerlessBufferingIntervalInSeconds.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 ]) list ] list | `String of RoleARN.t | `Structure of (string * [> `Boolean of BooleanObject.t | `Enum of string | `Integer of SizeInMBs.t | `String of LogGroupName.t | `Structure of (string * [> `String of AWSKMSKeyARN.t ]) 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