Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > dd7204292d310452063d09b5de9c13b7 > files > 791

aws-cli-docs-1.16.163-1.mga7.noarch.rpm

**To describe endpoint connection notifications**

This example describe all of your endpoint connection notifications.

Command::

  aws ec2 describe-vpc-endpoint-connection-notifications

Output::

 {
    "ConnectionNotificationSet": [
        {
            "ConnectionNotificationState": "Enabled", 
            "ConnectionNotificationType": "Topic", 
            "ConnectionEvents": [
                "Accept", 
                "Reject", 
                "Delete", 
                "Connect"
            ], 
            "ConnectionNotificationId": "vpce-nfn-04bcb952bc8af7abc", 
            "ConnectionNotificationArn": "arn:aws:sns:us-east-1:123456789012:VpceNotification", 
            "VpcEndpointId": "vpce-0324151a02f327123"
        }
    ]
  }