Capturing the ARN from a voicemail
To retrieve the ARN, we need to access the stream through the AWS console via the Kinesis section:
- Access the AWS console and look for Kinesis. Kinesis is located under the Analytics section (Figure 11.9):
- When you access the Kinesis console, you will see the screen shown in Figure 11.10. You will need to click on the number under the Data Streams section:
- When you click on the number under Data Streams, you will be prompted with a new screen that shows all of the streams that have been created. We need the one that starts with
CONNECT-VOICEMAIL
, which is the name of the stack that we deployed for the voicemail solution (Figure 11.11).Click on the name in the leftmost field to access the details for the stream:
- A screen showing the details of this stream will appear. This is where we can get the location of the ARN for this...