The AWS documentation explicitly list the API calls that are logged here: Logging Amazon Comprehend API Calls with AWS CloudTrail and they seems not to be included, but at the same time there is an example here: Logging Amazon Comprehend Medical API Calls by Using AWS CloudTrail that shows DetectEntities.
Are the AWS Comprehend synchronous calls (e.g. BatchDetectSentiment) logged in Cloudtrail?
123 Views Asked by Ignacio At
1
There are 1 best solutions below
Related Questions in AMAZON-CLOUDTRAIL
- Sending SNS notifications when there is an IAM Change
- Parse CloudTrail logs with Python
- Recover access logs of AWS before activate ClouldTrail
- How to read AWS CloudTrail JSON Logs into a pandas dataframe
- Audit Logging for AWS QuickSight
- Trigger alarm based on a rate-limit on S3 GetObject and DeleteObject requests
- ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123)
- Log all requests made to DynamoDB
- Parse Additional Fields in ELK
- Fetching User Details for Triggered AWS Glue Job
- Create an Eventbridge rule from a Cloudtrail event in order to trigger a Lambda
- AWS RDS Creation Notification Mail using lambda function
- CloudTrail logs for Cross-Account Athena queries to remote Glue Data Catalogue
- Get real IAM username of the STS AssumeRole issuer
- Instace Type Change log
Related Questions in AMAZON-COMPREHEND
- How to highlight custom extractions using a2i's crowd-textract-analyze-document?
- How to correctly access the Amazon comprehend API with JavaScript Callback)
- How could I use efficiently Amazon Comprehend over a dataset?
- Can I load data directly from a S3 Bucket for detecting key phrases in the AWS SDK for Java?
- When training an entity recognizer on comprehend using a entity list of abbreviation. Would it start identifying other abbreviations not on the list?
- aws comprehend with aws lambda in node.js
- Can Amazon Comprehend extract and categorizing data from classifieds
- Is there a way to detect entities using two trained models in AWS comprehend?
- How to access AWS Comprehend using aws-sdk-comprehend gem?
- Comprehend: Difference between detect_pii_entities and contains_pii_entities boto3 comprehend
- Possible to do incremental training with AWS comprehend?
- Does AWS Comprehend classify images?
- How Do You Filter Documents by Size Before Sending to AWS Comprehend via boto3?
- AWS IAM Comprehend Issue
- Identifying different tenses of a word in Amazon Comprehend Medical
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Comprehend does log all synchronous requests to Cloudtrail. Thank you for bringing this to our attention. We are already aware of the issue and will be updating the documentation soon.
Edit - Documentation has been corrected to reflect all the APIs. https://docs.aws.amazon.com/comprehend/latest/dg/logging-using-cloudtrail.html