You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Acceptance tests were not executed locally due to the absence of AWS credentials in the environment. However, the package compiled and build/format/imports checks passed:
$ go build ./internal/service/rum(successful, exit 0)
This comment is added to every new Pull Request to provide quick reference to how the Terraform AWS Provider is maintained. Please review the information below, and thank you for contributing to the community that keeps the provider thriving! 🚀
Voting for Prioritization
Please vote on this Pull Request by adding a 👍 reaction to the original post to help the community and maintainers prioritize it.
Please see our prioritization guide for additional information on how the maintainers handle prioritization.
Please do not leave +1 or other comments that do not add relevant new information or questions; they generate extra noise for others following the Pull Request and do not help prioritize the request.
Pull Request Authors
Review the contribution guide relating to the type of change you are making to ensure all of the necessary steps have been taken.
Whether or not the branch has been rebased will not impact prioritization, but doing so is always a welcome surprise.
⚠️ Our automation has detected the following potential issues with your pull request
❌ Changelog Entry Required (Click to expand)
The proposed change requires a changelog entry. Please see the Changelog Process section of the contributing guide for information on the changelog generation process.
Tip: This check is not triggered for draft pull requests, since the pull request number is not known until the pull request is opened and is required to create a changelog entry. Opening a pull request first as a draft, adding the requisite changelog entry file, and then marking the pull request as ready for review will prevent future warnings.
github-actionsBot
added
needs-triage
Waiting for first response or review from a maintainer.
documentation
Introduces or discusses updates to documentation.
tests
PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
generators
Relates to code generators.
service/rum
Issues and PRs that pertain to the rum service.
size/XL
Managed by automation to categorize the size of a PR.
labels
May 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
documentationIntroduces or discusses updates to documentation.enhancementRequests to existing resources that expand the functionality or scope.generatorsRelates to code generators.needs-triageWaiting for first response or review from a maintainer.new-resourceIntroduces a new resource.service/rumIssues and PRs that pertain to the rum service.size/XLManaged by automation to categorize the size of a PR.testsPRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
1 participant
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rollback Plan
If a change needs to be reverted, we will publish an updated version of the library.
Changes to Security Controls
No changes to security controls.
Description
This pull request introduces the following enhancements to the CloudWatch RUM (Real User Monitoring) service support:
platformargument foraws_rum_app_monitor:platformparameter (Web,iOS, orAndroid), defaulting toWebwhen not specified.ForceNew: trueas the AWS RUM API'sUpdateAppMonitordoes not support updating the platform.TestAccRUMAppMonitor_Platformacceptance test to cover this field.aws_rum_app_monitorto detail this parameter.New
aws_rum_resource_policyresource:PutResourcePolicy,GetResourcePolicy, andDeleteResourcePolicyAPIs.ResourceNotFoundExceptionandPolicyNotFoundException) gracefully duringReadandDeleteoperations.TestAccRUMResourcePolicy_basicacceptance test.website/docs/r/rum_resource_policy.html.markdown.Relations
Closes #48028
References
Output from Acceptance Testing
Acceptance tests were not executed locally due to the absence of AWS credentials in the environment. However, the package compiled and build/format/imports checks passed: