java-docs-samples
java-docs-samples copied to clipboard
feat(parametermanager): Added samples for kms_key field in regional parameter
Description
Added samples for kms_key field in regional parameter using Parameter manager SDK
Sample List (regional):
- create_regional_param_with_kms_key
- update_regional_param_kms_key
- remove_regional_param_kms_key
Added required Tests for the same.
Checklist
- [X] I have followed Sample Format Guide
- [X]
pom.xmlparent set to latestshared-configuration - [X] Appropriate changes to README are included in PR
- [X] These samples need a new API enabled in testing projects to pass (let us know which ones)
- [X] These samples need a new/updated env vars in testing projects set to pass (let us know which ones)
- [X] Tests pass:
mvn clean verifyrequired - [X] Lint passes:
mvn -P lint checkstyle:checkrequired - [ ] Static Analysis:
mvn -P lint clean compile pmd:cpd-check spotbugs:checkadvisory only - [X] This sample adds a new sample directory, and I updated the CODEOWNERS file with the codeowners for this sample
- [X] This sample adds a new Product API, and I updated the Blunderbuss issue/PR auto-assigner with the codeowners for this sample
- [X] Please merge this PR for me once it is approved