Module Values_2.ConnectionNotificationSource

Describes a connection notification for a VPC endpoint or VPC endpoint service.

Sourcetype nonrec t = {
  1. connectionNotificationId : Values_0.String_.t option;
    (*

    The ID of the notification.

    *)
  2. serviceId : Values_0.String_.t option;
    (*

    The ID of the endpoint service.

    *)
  3. vpcEndpointId : Values_0.String_.t option;
    (*

    The ID of the VPC endpoint.

    *)
  4. connectionNotificationType : Values_1.ConnectionNotificationType.t option;
    (*

    The type of notification.

    *)
  5. connectionNotificationArn : Values_0.String_.t option;
    (*

    The ARN of the SNS topic for the notification.

    *)
  6. connectionEvents : Values_0.ValueStringList.t option;
    (*

    The events for the notification. Valid values are Accept, Connect, Delete, and Reject.

    *)
  7. connectionNotificationState : Values_1.ConnectionNotificationState.t option;
    (*

    The state of the notification.

    *)
  8. serviceRegion : Values_0.String_.t option;
    (*

    The Region for the endpoint service.

    *)
}
Sourceval make : ?connectionNotificationId:??? -> ?serviceId:??? -> ?vpcEndpointId:??? -> ?connectionNotificationType:??? -> ?connectionNotificationArn:??? -> ?connectionEvents:??? -> ?connectionNotificationState:??? -> ?serviceRegion:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of string ] list | `String of Values_0.String_.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