Module Values.ObjectLambdaConfigurationSource

A configuration used when creating an Object Lambda Access Point.

Sourcetype nonrec t = {
  1. supportingAccessPoint : ObjectLambdaSupportingAccessPointArn.t;
    (*

    Standard access point associated with the Object Lambda Access Point.

    *)
  2. cloudWatchMetricsEnabled : Boolean.t option;
    (*

    A container for whether the CloudWatch metrics configuration is enabled.

    *)
  3. allowedFeatures : ObjectLambdaAllowedFeaturesList.t option;
    (*

    A container for allowed features. Valid inputs are GetObject-Range, GetObject-PartNumber, HeadObject-Range, and HeadObject-PartNumber.

    *)
  4. transformationConfigurations : ObjectLambdaTransformationConfigurationsList.t;
    (*

    A container for transformation configurations for an Object Lambda Access Point.

    *)
}
Sourceval context_ : string
Sourceval make : ?cloudWatchMetricsEnabled:??? -> ?allowedFeatures:??? -> supportingAccessPoint:ObjectLambdaSupportingAccessPointArn.t -> transformationConfigurations:ObjectLambdaTransformationConfigurationsList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Enum of string | `Structure of (string * [> `List of [> `Enum of string ] list | `Structure of (string * [> `Structure of (string * [> `String of FunctionArnString.t ]) list ]) list ]) list ] list | `String of ObjectLambdaSupportingAccessPointArn.t ]) 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