14 lines
247 B
Text
14 lines
247 B
Text
|
{
|
||
|
"Id": "SampleAuthorizationPolicy",
|
||
|
"Version": "2012-10-17",
|
||
|
"Statement": [
|
||
|
{
|
||
|
"Sid": "DenyAll",
|
||
|
"Effect": "Deny",
|
||
|
"Resource": "{{ identity_info.identity_arn }}",
|
||
|
"Principal": "*",
|
||
|
"Action": "*"
|
||
|
}
|
||
|
]
|
||
|
}
|