mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
21 lines
444 B
JSON
21 lines
444 B
JSON
|
{
|
||
|
"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": "*"
|
||
|
}
|
||
|
]
|
||
|
}
|