All translations

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en)<syntaxhighlight lang="json">
{
   "Version": "2012-10-17",
   "Id": "S3PolicyId1",
   "Statement": [
       {
           "Sid": "IPAllow",
           "Effect": "Deny",
           "Principal": "*",
           "Action": "s3:*",
           "Resource": [
               "arn:aws:s3:::testbucket",
               "arn:aws:s3:::testbucket/*"
           ],
           "Condition": {
               "NotIpAddress": {
                   "aws:SourceIp": "206.12.0.0/16",
                   "aws:SourceIp": "142.104.0.0/16"
               }
           }
       }
   ]
}
</syntaxhighlight>
 h French (fr)<syntaxhighlight lang="json">
{
   "Version": "2012-10-17",
   "Id": "S3PolicyId1",
   "Statement": [
       {
           "Sid": "IPAllow",
           "Effect": "Deny",
           "Principal": "*",
           "Action": "s3:*",
           "Resource": [
               "arn:aws:s3:::testbucket",
               "arn:aws:s3:::testbucket/*"
           ],
           "Condition": {
               "NotIpAddress": {
                   "aws:SourceIp": "206.12.0.0/16",
                   "aws:SourceIp": "142.104.0.0/16"
               }
           }
       }
   ]
}
</syntaxhighlight>