Module Values.UpdateIngressPointRequestSource

Update attributes of a provisioned ingress endpoint resource.

Sourcetype nonrec t = {
  1. ingressPointId : IngressPointId.t;
    (*

    The identifier for the ingress endpoint you want to update.

    *)
  2. ingressPointName : IngressPointName.t option;
    (*

    A user friendly name for the ingress endpoint resource.

    *)
  3. statusToUpdate : IngressPointStatusToUpdate.t option;
    (*

    The update status of an ingress endpoint.

    *)
  4. ruleSetId : RuleSetId.t option;
    (*

    The identifier of an existing rule set that you attach to an ingress endpoint resource.

    *)
  5. trafficPolicyId : TrafficPolicyId.t option;
    (*

    The identifier of an existing traffic policy that you attach to an ingress endpoint resource.

    *)
  6. ingressPointConfiguration : IngressPointConfiguration.t option;
    (*

    If you choose an Authenticated ingress endpoint, you must configure either an SMTP password or a secret ARN.

    *)
  7. tlsPolicy : TlsPolicy.t option;
    (*

    The Transport Layer Security (TLS) policy for the ingress point. Valid values are REQUIRED, OPTIONAL. Only ingress endpoints using REQUIRED or OPTIONAL as TlsPolicy can be updated.

    *)
}
Sourceval context_ : string
Sourceval make : ?ingressPointName:??? -> ?statusToUpdate:??? -> ?ruleSetId:??? -> ?trafficPolicyId:??? -> ?ingressPointConfiguration:??? -> ?tlsPolicy:??? -> ingressPointId:IngressPointId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of IngressPointId.t | `Structure of (string * [> `String of SmtpPassword.t | `Structure of (string * [> `Structure of (string * [> `String of CAContent.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