Policy Packs
Enforce AWS Redshift Manual Cluster Snapshots Are Shared With Trusted Accounts

Policy Setting: AWS > Redshift > Manual Cluster Snapshot > Trusted Access

Policies

This policy setting is dependent on the following policy types:

Source

resource "turbot_policy_setting" "aws_redshift_manual_cluster_snapshot_trusted_access" {
resource = turbot_policy_pack.main.id
type = "tmod:@turbot/aws-redshift#/policy/types/clusterSnapshotManualTrustedAccess"
value = "Check: Trusted Access > Accounts"
# value = "Enforce: Trusted Access > Accounts"
}