Created
February 7, 2025 05:27
-
-
Save devopsblog/ce525d92937a35bf4e36a2a86b0a9c51 to your computer and use it in GitHub Desktop.
DateLessThan
This file contains 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
{ | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Effect": "Deny", | |
"Action": "*", | |
"Resource": "*", | |
"Condition": { | |
"DateLessThan": { | |
"aws:TokenIssueTime": "2024-10-10T09:43:48.085Z" | |
} | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment