Module Values.GetIngressPointResponseSource

Fetch ingress endpoint resource attributes.

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

    The identifier of an ingress endpoint resource.

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

    A user friendly name for the ingress endpoint.

    *)
  3. ingressPointArn : IngressPointArn.t option;
    (*

    The Amazon Resource Name (ARN) of the ingress endpoint resource.

    *)
  4. status : IngressPointStatus.t option;
    (*

    The status of the ingress endpoint resource.

    *)
  5. type_ : IngressPointType.t option;
    (*

    The type of ingress endpoint.

    *)
  6. 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.

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

    The identifier of a rule set resource associated with the ingress endpoint.

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

    The identifier of the traffic policy resource associated with the ingress endpoint.

    *)
  9. ingressPointAuthConfiguration : IngressPointAuthConfiguration.t option;
    (*

    The authentication configuration of the ingress endpoint resource.

    *)
  10. networkConfiguration : NetworkConfiguration.t option;
    (*

    The network configuration for the ingress point.

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

    The selected Transport Layer Security (TLS) policy of the ingress point.

    *)
  12. createdTimestamp : Timestamp.t option;
    (*

    The timestamp of when the ingress endpoint was created.

    *)
  13. lastUpdatedTimestamp : Timestamp.t option;
    (*

    The timestamp of when the ingress endpoint was last updated.

    *)
}
Sourcetype nonrec error = [
  1. | `ResourceNotFoundException of ResourceNotFoundException.t
  2. | `ValidationException of ValidationException.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval make : ?ingressPointId:??? -> ?ingressPointName:??? -> ?ingressPointArn:??? -> ?status:??? -> ?type_:??? -> ?aRecord:??? -> ?ruleSetId:??? -> ?trafficPolicyId:??? -> ?ingressPointAuthConfiguration:??? -> ?networkConfiguration:??? -> ?tlsPolicy:??? -> ?createdTimestamp:??? -> ?lastUpdatedTimestamp:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ResourceNotFoundException of ResourceNotFoundException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ResourceNotFoundException of ResourceNotFoundException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
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