Module Values_7.CreateVpcEndpointConnectionNotificationRequestSource

Creates a connection notification for a specified VPC endpoint or VPC endpoint service. A connection notification notifies you of specific endpoint events. You must create an SNS topic to receive notifications. For more information, see Creating an Amazon SNS topic in the Amazon SNS Developer Guide. You can create a connection notification for interface endpoints only.

Sourcetype nonrec t = {
  1. dryRun : Values_0.Boolean.t option;
    (*

    Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

    *)
  2. serviceId : Values_2.VpcEndpointServiceId.t option;
    (*

    The ID of the endpoint service.

    *)
  3. vpcEndpointId : Values_1.VpcEndpointId.t option;
    (*

    The ID of the endpoint.

    *)
  4. connectionNotificationArn : Values_0.String_.t;
    (*

    The ARN of the SNS topic for the notifications.

    *)
  5. connectionEvents : Values_0.ValueStringList.t;
    (*

    The endpoint events for which to receive notifications. Valid values are Accept, Connect, Delete, and Reject.

    *)
  6. clientToken : Values_0.String_.t option;
    (*

    Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

    *)
}
Sourceval context_ : string
Sourceval make : ?dryRun:??? -> ?serviceId:??? -> ?vpcEndpointId:??? -> ?clientToken:??? -> connectionNotificationArn:Values_0.String_.t -> connectionEvents:Values_0.ValueStringList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `List of [> `String of string ] list | `String of Values_2.VpcEndpointServiceId.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