EjemplosPoliticasAWS/AWSgeneral/fechahora.json

15 lines
387 B
JSON
Raw Permalink Normal View History

2022-08-31 14:11:11 +02:00
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "service-prefix:action-name",
"Resource": "*",
"Condition": {
"DateGreaterThan": {"aws:CurrentTime": "2020-04-01T00:00:00Z"},
"DateLessThan": {"aws:CurrentTime": "2020-06-30T23:59:59Z"}
}
}
]
}