{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": [
                "secretsmanager:GetSecretValue"
            ],
            "Resource": [
                "arn:aws:secretsmanager:*:*:secret:qa/python-orchard-features/*",
                "arn:aws:secretsmanager:*:*:secret:qa/python-orchard-features/"
            ]
        }
    ]
}
