mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
444 B
JSON
21 lines
444 B
JSON
6 years ago
|
{
|
||
|
"Version": "2012-10-17",
|
||
|
"Statement": [
|
||
|
{
|
||
|
"Sid": "AllowRedshiftManagment",
|
||
|
"Action": [
|
||
|
"redshift:CreateCluster",
|
||
|
"redshift:CreateTags",
|
||
|
"redshift:DeleteCluster",
|
||
|
"redshift:DeleteTags",
|
||
|
"redshift:DescribeClusters",
|
||
|
"redshift:DescribeTags",
|
||
|
"redshift:ModifyCluster",
|
||
|
"redshift:RebootCluster"
|
||
|
],
|
||
|
"Effect": "Allow",
|
||
|
"Resource": "*"
|
||
|
}
|
||
|
]
|
||
|
}
|