Amazon Redshift Uživatelská příručka Strana 129

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 255
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 128
Example 3: Manage clusters
The following policy allows a user to create, delete, modify, and reboot all clusters, and then denies
permission to delete any clusters whose name starts with protected.
{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"redshift:CreateCluster",
"redshift:DeleteCluster",
"redshift:ModifyCluster",
"redshift:RebootCluster"
],
"Resource": [
"*"
],
"Effect": "Allow"
},
{
"Action": [
"redshift:DeleteCluster"
],
"Resource": [
"arn:aws:redshift:us-east-1:0123456789012:cluster:protected*"
],
"Effect": "Deny"
}
]
}
API Version 2012-12-01
123
Amazon Redshift Management Guide
Example Policies for Amazon Redshift
Zobrazit stránku 128
1 2 ... 124 125 126 127 128 129 130 131 132 133 134 ... 254 255

Komentáře k této Příručce

Žádné komentáře