-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Resource: Amazon Rekognition Stream Processor & Collection #31889
base: main
Are you sure you want to change the base?
Conversation
Community NoteVoting for Prioritization
For Submitters
|
Thank you for your contribution! 🚀 Please note that typically Go dependency changes are handled in this repository by dependabot or the maintainers. This is to prevent pull request merge conflicts and further delay reviews of contributions. Remove any changes to the Additional details:
|
a319d4b
to
d0fae90
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome @tkasuz 👋
It looks like this is your first Pull Request submission to the Terraform AWS Provider! If you haven’t already done so please make sure you have checked out our CONTRIBUTOR guide and FAQ to make sure your contribution is adhering to best practice and has all the necessary elements in place for a successful approval.
Also take a look at our FAQ which details how we prioritize Pull Requests for inclusion.
Thanks again, and welcome to the community! 😃
Description
Adds new resources for Amazon Rekognition Stream Processor and Collection.
Relations
Relates #9359
References
Collection
https://docs.aws.amazon.com/rekognition/latest/APIReference/API_CreateCollection.html
https://docs.aws.amazon.com/rekognition/latest/APIReference/API_DescribeCollection.html
https://docs.aws.amazon.com/rekognition/latest/APIReference/API_DeleteCollection.html
Stream Processor
https://docs.aws.amazon.com/rekognition/latest/APIReference/API_CreateStreamProcessor.html
https://docs.aws.amazon.com/rekognition/latest/APIReference/API_DescribeStreamProcessor.html
https://docs.aws.amazon.com/rekognition/latest/APIReference/API_UpdateStreamProcessor.html
https://docs.aws.amazon.com/rekognition/latest/APIReference/API_DeleteStreamProcessor.html
Output from Acceptance Testing