17 lines
460 B
JSON
17 lines
460 B
JSON
{
|
|
"Version": "2012-10-17",
|
|
"Statement": [
|
|
{
|
|
"Sid": "AllowAccessToServerCertificates",
|
|
"Effect": "Allow",
|
|
"Action": [
|
|
"iam:ListServerCertificates",
|
|
"iam:UploadServerCertificate",
|
|
"iam:UpdateServerCertificate",
|
|
"iam:DeleteServerCertificate",
|
|
"iam:GetServerCertificate"
|
|
],
|
|
"Resource": "*"
|
|
}
|
|
]
|
|
}
|