1 Answer
- Newest
- Most votes
- Most comments
0
The AWS CLI Command Reference for SNS for the SNS Subscribe command, does not list Organization ID as an acceptable notification endpoint.
Below is a list of accepted notification endpoints for each protocol:
- For the http protocol, the (public) endpoint is a URL beginning with http:// .
- For the https protocol, the (public) endpoint is a URL beginning with https:// .
- For the email protocol, the endpoint is an email address.
- For the email-json protocol, the endpoint is an email address.
- For the sms protocol, the endpoint is a phone number of an SMS-enabled device.
- For the sqs protocol, the endpoint is the ARN of an Amazon SQS queue.
- For the application protocol, the endpoint is the EndpointArn of a mobile app and device.
- For the lambda protocol, the endpoint is the ARN of an Lambda function.
- For the firehose protocol, the endpoint is the ARN of an Amazon Kinesis Data Firehose delivery stream.
answered 5 months ago
Relevant content
- Accepted Answerasked a year ago
- Accepted Answerasked 3 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 23 days ago