CreateVpcEndpointConnectionNotificationRequest

public struct CreateVpcEndpointConnectionNotificationRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.

    Declaration

    Swift

    public let clientToken: String?
  • One or more endpoint events for which to receive notifications. Valid values are Accept, Connect, Delete, and Reject.

    Declaration

    Swift

    public let connectionEvents: [String]
  • The ARN of the SNS topic for the notifications.

    Declaration

    Swift

    public let connectionNotificationArn: String
  • 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.

    Declaration

    Swift

    public let dryRun: Bool?
  • The ID of the endpoint service.

    Declaration

    Swift

    public let serviceId: String?
  • The ID of the endpoint.

    Declaration

    Swift

    public let vpcEndpointId: String?
  • Undocumented

    Declaration

    Swift

    public init(clientToken: String? = nil, connectionEvents: [String], connectionNotificationArn: String, dryRun: Bool? = nil, serviceId: String? = nil, vpcEndpointId: String? = nil)