-
Notifications
You must be signed in to change notification settings - Fork 547
feat(resources): Add additional emr resources for studio and studio session mapping #12529
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
Conversation
This PR has the following changes to source plugin(s) tables:
|
008a937 to
b024174
Compare
disq
left a comment
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.
Good work! Few comments + I think both tables also need primary keys of some sort, if possible
plugins/source/aws/resources/services/emr/studio_session_mapping.go
Outdated
Show resolved
Hide resolved
9774cce to
cf35b53
Compare
bbernays
left a comment
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.
This looks really good! The only thing that I think is missing is running the make gen-docs to generate the table documentation for the new resources
plugins/source/aws/resources/services/emr/studio_session_mapping.go
Outdated
Show resolved
Hide resolved
ccb9458 to
bbc2805
Compare
4640109 to
4236723
Compare
plugins/source/aws/resources/services/emr/studio_session_mapping.go
Outdated
Show resolved
Hide resolved
- Correcting documention link for `aws_emr_studio_session_mapping` - Adding region and account ID to `aws_emr_studio_session_mapping` - Setting `aws_emr_studio_session_mapping` PK to composite of `StudioId`, `IdentityType`, `IdentityId`, `region` and `account_id` - Setting `aws_emr_studios` PK to `StudioId`
Co-authored-by: bbernays <[email protected]>
6023ef3 to
85d8ab1
Compare
Co-authored-by: bbernays <[email protected]>
85d8ab1 to
548c7a6
Compare
bbernays
left a comment
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.
LGTM 🚢 🚀
🤖 I have created a release *beep* *boop* --- ## [22.2.0](plugins-source-aws-v22.1.0...plugins-source-aws-v22.2.0) (2023-07-27) ### This Release has the Following Changes to Tables - Table `aws_cloudformation_stack_instance_resource_drifts` was added - Table `aws_cloudformation_stack_instance_summaries` was added - Table `aws_emr_studio_session_mappings` was added - Table `aws_emr_studios` was added - Table `aws_route53recoverycontrolconfig_clusters` was added - Table `aws_route53recoverycontrolconfig_control_panels` was added - Table `aws_route53recoverycontrolconfig_routing_controls` was added - Table `aws_route53recoverycontrolconfig_safety_rules` was added - Table `aws_route53recoveryreadiness_cells` was added - Table `aws_route53recoveryreadiness_readiness_checks` was added - Table `aws_route53recoveryreadiness_recovery_groups` was added - Table `aws_route53recoveryreadiness_resource_sets` was added - Table `aws_s3_multi_region_access_points` was added ### Features * **resources-s3:** Add support for S3 Multi Region Access Points ([#12525](#12525)) ([00c6a3f](00c6a3f)) * **resources:** Add additional emr resources for studio and studio session mapping ([#12529](#12529)) ([66a20a5](66a20a5)) * **resources:** Add Support for Amazon Route 53 ARC Recovery Control Configuration ([#12460](#12460)) ([8c3109b](8c3109b)) * **resources:** Add Support for Cloudformation Stack Instance Summaries and Stack Instance Resource Drifts ([#12495](#12495)) ([e1d9a74](e1d9a74)), closes [#12461](#12461) * **resources:** Add Support for Route53 ARC Recovery Readiness ([#12459](#12459)) ([7d6d4c0](7d6d4c0)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Summary
Fixes: #12528