Module Values.CreateIngressPointRequestSource

Provision a new ingress endpoint resource.

Sourcetype nonrec t = {
  1. clientToken : IdempotencyToken.t option;
    (*

    A unique token that Amazon SES uses to recognize subsequent retries of the same request.

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

    A user friendly name for an ingress endpoint resource.

    *)
  3. type_ : IngressPointType.t;
    (*

    The type of the ingress endpoint to create.

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

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

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

    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. networkConfiguration : NetworkConfiguration.t option;
    (*

    Specifies the network configuration for the ingress point. This allows you to create an IPv4-only, Dual-Stack, or PrivateLink type of ingress point. If not specified, the default network type is IPv4-only.

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

    The Transport Layer Security (TLS) policy for the ingress point. The FIPS value is only valid in US and Canada regions.

    *)
  9. tags : TagList.t option;
    (*

    The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> ?ingressPointConfiguration:??? -> ?networkConfiguration:??? -> ?tlsPolicy:??? -> ?tags:??? -> ingressPointName:IngressPointName.t -> type_:IngressPointType.t -> ruleSetId:RuleSetId.t -> trafficPolicyId:TrafficPolicyId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of TagKey.t ]) list ] list | `String of IdempotencyToken.t | `Structure of (string * [> `String of SmtpPassword.t | `Structure of (string * [> `Enum of string | `String of VpcEndpointId.t | `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