AWS keyspaces documentation change
Summary
Updated stream ARNs to use us-east-1 region in CLI examples
Security assessment
Standardizes example ARN regions without security context changes.
Diff
diff --git a/keyspaces/latest/devguide/keyspaces-records-cdc.md b/keyspaces/latest/devguide/keyspaces-records-cdc.md index cfe4c78df..f76bf8d84 100644 --- a//keyspaces/latest/devguide/keyspaces-records-cdc.md +++ b//keyspaces/latest/devguide/keyspaces-records-cdc.md @@ -16 +16 @@ For the required permissions, see [Configure permissions to work with CDC stream - --stream-arn 'arn:aws:cassandra:aws-region:111122223333:/keyspace/mykeyspace/table/mytable/stream/STREAM_LABEL' + --stream-arn 'arn:aws:cassandra:us-east-1:111122223333:/keyspace/mykeyspace/table/mytable/stream/STREAM_LABEL' @@ -21 +21 @@ The following is an example of the output. - "StreamArn": "arn:aws:cassandra:aws-region:111122223333:/keyspace/mykeyspace/table/mytable/stream/2023-05-11T21:21:33.291", + "StreamArn": "arn:aws:cassandra:us-east-1:111122223333:/keyspace/mykeyspace/table/mytable/stream/2023-05-11T21:21:33.291", @@ -42 +42 @@ The following is an example of the output. - --stream-arn 'arn:aws:cassandra:aws-region:111122223333:/keyspace/mykeyspace/table/mytable/stream/STREAM_LABEL' \ + --stream-arn 'arn:aws:cassandra:us-east-1:111122223333:/keyspace/mykeyspace/table/mytable/stream/STREAM_LABEL' \