AWS redshift documentation change
Summary
Removed an example IAM policy for Redshift Data API access control
Security assessment
This change removes a policy example but does not address any security vulnerability or add new security guidance.
Diff
diff --git a/redshift/latest/mgmt/data-api-iam.md b/redshift/latest/mgmt/data-api-iam.md index 871da7613..08076c3ef 100644 --- a//redshift/latest/mgmt/data-api-iam.md +++ b//redshift/latest/mgmt/data-api-iam.md @@ -89,32 +88,0 @@ You can specify resource ARNs in your identity-based policy to control access to -JSON - - -**** - - - - { - "Version": "2012-10-17", - "Statement": [ - { - "Effect": "Allow", - "Action": [ - "redshift-data:CancelStatement", - "redshift-data:DescribeStatement", - "redshift-data:GetStatementResult", - "redshift-data:ListStatements" - ], - "Resource": "*" - }, - { - "Effect": "Allow", - "Action": "redshift-data:*", - "Resource": [ - "arn:aws:*:AWS account:workgroup/*", - "arn:aws:*:AWS account:cluster:*" - ] - } - ] - } - -