AWSEC2ModifyVpcEndpointConnectionNotificationRequest

Objective-C

@interface AWSEC2ModifyVpcEndpointConnectionNotificationRequest

Swift

class AWSEC2ModifyVpcEndpointConnectionNotificationRequest
  • The events for the endpoint. Valid values are Accept, Connect, Delete, and Reject.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable connectionEvents;

    Swift

    var connectionEvents: [String]? { get set }
  • The ARN for the SNS topic for the notification.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable connectionNotificationArn;

    Swift

    var connectionNotificationArn: String? { get set }
  • The ID of the notification.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable connectionNotificationId;

    Swift

    var connectionNotificationId: String? { get set }
  • 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

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable dryRun;

    Swift

    var dryRun: NSNumber? { get set }