Primer commit con README
This commit is contained in:
@@ -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"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user