-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
[WIP] fix: Convert SingleNestedBlocks to ListNestedBlocks for aws_rekognition_stream_processor #41380
base: main
Are you sure you want to change the base?
Conversation
Community NoteVoting for Prioritization
For Submitters
|
bbe895d
to
327e862
Compare
…on_stream_processor
327e862
to
ed553bb
Compare
Attributes: map[string]schema.Attribute{ | ||
"x": schema.Float64Attribute{ | ||
Description: "The value of the X coordinate for a point on a Polygon.", | ||
Optional: true, | ||
Required: true, |
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.
Should these remain optional?
https://docs.aws.amazon.com/rekognition/latest/APIReference/API_Point.html#rekognition-Type-Point-X
Attributes: map[string]schema.Attribute{ | ||
"height": schema.Float64Attribute{ | ||
Description: "Height of the bounding box as a ratio of the overall image height.", | ||
Required: true, |
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.
Similar to the polygon
arguments, should these be optional?
https://docs.aws.amazon.com/rekognition/latest/APIReference/API_BoundingBox.html
Description
This PR is to converted all
SingleNestedBlock
s toListNestedBlock
s in theaws_rekognition_stream_processor
resource.Relations
Relates #35813
References
n/a
Output from Acceptance Testing