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
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ sample for now this can be used for injecting credentials using the role based p
103
103
<b>How to use it?</b>
104
104
<p>
105
105
Sample code illustrating how to use this setup with KMS. To make scheduling the key for delete in case of abort to
106
-
testing the key is aliased using the alias name [KEY_ALIAS](src/main/software/amazon/cloudformation/test/KMSKeyEnabledServiceIntegrationTestBase.java)
106
+
testing the key is aliased using the alias name [KEY_ALIAS](src/main/java/software/amazon/cloudformation/test/KMSKeyEnabledServiceIntegrationTestBase.java)
107
107
The test when it runs to completion will automatically move the KMS key for delete. If test is rerun
108
108
the KMS key will be made active again for the duration of he test run and disable and scheduled to be deleted.
109
109
Regardless of how many times we run these tests there is only one key with the alias managed in the account.
@@ -252,15 +252,14 @@ public class CRUDLifecycleTest extends CRUDLifecycleTestBase<ResourceModel, Call
252
252
253
253
These classes use the annotation and named profiles described above to make testing against live AWS services easy.
0 commit comments