Values.CreateIngressPointRequestSourceProvision a new ingress endpoint resource.
type nonrec t = {clientToken : IdempotencyToken.t option;A unique token that Amazon SES uses to recognize subsequent retries of the same request.
*)ingressPointName : IngressPointName.t;A user friendly name for an ingress endpoint resource.
*)type_ : IngressPointType.t;The type of the ingress endpoint to create.
*)ruleSetId : RuleSetId.t;The identifier of an existing rule set that you attach to an ingress endpoint resource.
*)trafficPolicyId : TrafficPolicyId.t;The identifier of an existing traffic policy that you attach to an ingress endpoint resource.
*)ingressPointConfiguration : IngressPointConfiguration.t option;If you choose an Authenticated ingress endpoint, you must configure either an SMTP password or a secret ARN.
*)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.
*)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.
*)}val make :
?clientToken:??? ->
?ingressPointConfiguration:??? ->
?networkConfiguration:??? ->
?tlsPolicy:??? ->
?tags:??? ->
ingressPointName:IngressPointName.t ->
type_:IngressPointType.t ->
ruleSetId:RuleSetId.t ->
trafficPolicyId:TrafficPolicyId.t ->
unit ->
tval 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 ]