Primer commit con README
This commit is contained in:
commit
b82ace9367
3
README.md
Normal file
3
README.md
Normal file
@ -0,0 +1,3 @@
|
||||
En este repositorio guardo ejemplos de políticas AWS
|
||||
|
||||
|
14
fechahora.json
Normal file
14
fechahora.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"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"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user