EC2.Client.
modify_vpc_endpoint_connection_notification
(**kwargs)¶Modifies a connection notification for VPC endpoint or VPC endpoint service. You can change the SNS topic for the notification, or the events for which to be notified.
See also: AWS API Documentation
Request Syntax
response = client.modify_vpc_endpoint_connection_notification(
DryRun=True|False,
ConnectionNotificationId='string',
ConnectionNotificationArn='string',
ConnectionEvents=[
'string',
]
)
DryRunOperation
. Otherwise, it is UnauthorizedOperation
.[REQUIRED]
The ID of the notification.
The events for the endpoint. Valid values are Accept
, Connect
, Delete
, and Reject
.
dict
Response Syntax
{
'ReturnValue': True|False
}
Response Structure
(dict) --
ReturnValue (boolean) --
Returns true
if the request succeeds; otherwise, it returns an error.