Values.GetIngressPointResponseSourceFetch ingress endpoint resource attributes.
type nonrec t = {ingressPointId : IngressPointId.t option;The identifier of an ingress endpoint resource.
*)ingressPointName : IngressPointName.t option;A user friendly name for the ingress endpoint.
*)ingressPointArn : IngressPointArn.t option;The Amazon Resource Name (ARN) of the ingress endpoint resource.
*)status : IngressPointStatus.t option;The status of the ingress endpoint resource.
*)type_ : IngressPointType.t option;The type of ingress endpoint.
*)aRecord : IngressPointARecord.t option;The DNS A Record that identifies your ingress endpoint. Configure your DNS Mail Exchange (MX) record with this value to route emails to Mail Manager.
*)ruleSetId : RuleSetId.t option;The identifier of a rule set resource associated with the ingress endpoint.
*)trafficPolicyId : TrafficPolicyId.t option;The identifier of the traffic policy resource associated with the ingress endpoint.
*)ingressPointAuthConfiguration : IngressPointAuthConfiguration.t option;The authentication configuration of the ingress endpoint resource.
*)networkConfiguration : NetworkConfiguration.t option;The network configuration for the ingress point.
*)tlsPolicy : TlsPolicy.t option;The selected Transport Layer Security (TLS) policy of the ingress point.
*)createdTimestamp : Timestamp.t option;The timestamp of when the ingress endpoint was created.
*)lastUpdatedTimestamp : Timestamp.t option;The timestamp of when the ingress endpoint was last updated.
*)}type nonrec error = [ | `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?ingressPointId:??? ->
?ingressPointName:??? ->
?ingressPointArn:??? ->
?status:??? ->
?type_:??? ->
?aRecord:??? ->
?ruleSetId:??? ->
?trafficPolicyId:??? ->
?ingressPointAuthConfiguration:??? ->
?networkConfiguration:??? ->
?tlsPolicy:??? ->
?createdTimestamp:??? ->
?lastUpdatedTimestamp:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of IngressPointId.t
| `Structure of
(string
* [> `String of SecretArn.t
| `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Structure of (string * [> `String of CAContent.t ]) list
| `Timestamp of Timestamp.t ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]