DescribeVpcEndpointConnectionNotificationsRequest
public struct DescribeVpcEndpointConnectionNotificationsRequest : AWSShape
extension EC2.DescribeVpcEndpointConnectionNotificationsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the notification.
Declaration
Swift
public let connectionNotificationId: 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?
-
One or more filters. connection-notification-arn - The ARN of the SNS topic for the notification. connection-notification-id - The ID of the notification. connection-notification-state - The state of the notification (Enabled | Disabled). connection-notification-type - The type of notification (Topic). service-id - The ID of the endpoint service. vpc-endpoint-id - The ID of the VPC endpoint.
Declaration
Swift
public let filters: [Filter]?
-
The maximum number of results to return in a single call. To retrieve the remaining results, make another request with the returned NextToken value.
Declaration
Swift
public let maxResults: Int?
-
The token to request the next page of results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(connectionNotificationId: String? = nil, dryRun: Bool? = nil, filters: [Filter]? = nil, maxResults: Int? = nil, nextToken: String? = nil)
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> EC2.DescribeVpcEndpointConnectionNotificationsRequest