Module Values.DataIntegrationFlowS3TargetConfigurationSource

The S3 DataIntegrationFlow target configuration parameters.

Sourcetype nonrec t = {
  1. bucketName : S3BucketName.t;
    (*

    The bucketName of the S3 target objects.

    *)
  2. prefix : DataIntegrationFlowS3Prefix.t;
    (*

    The prefix of the S3 target objects.

    *)
  3. options : DataIntegrationFlowS3Options.t option;
    (*

    The S3 DataIntegrationFlow target options.

    *)
}
Sourceval context_ : string
Sourceval make : ?options:??? -> bucketName:S3BucketName.t -> prefix:DataIntegrationFlowS3Prefix.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of S3BucketName.t | `Structure of (string * [> `Enum of string ]) 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