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

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

Policies

This policy setting is dependent on the following policy types:

Source

resource "turbot_policy_setting" "aws_redshift_manual_cluster_snapshot_trusted_access_accounts" {
resource = turbot_policy_pack.main.id
type = "tmod:@turbot/aws-redshift#/policy/types/clusterSnapshotManualTrustedAccessAccounts"
value = <<-EOT
- "123456789012"
- "123456789013"
EOT
}