```json { "Version" : "2012-10-17", "Statement" : [ { "Sid" : "RedisDataIntegrationRoleAccess", "Effect" : "Allow", "Principal" : "*", "Action" : [ "secretsmanager:GetSecretValue", "secretsmanager:DescribeSecret" ], "Resource" : "*", "Condition" : { "StringLike" : { "aws:PrincipalArn" : "arn:aws:iam:::role/redis-data-pipeline-secrets-role" } } } ] } ``` After you store this secret, you can view and copy the [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/secretsmanager/latest/userguide/reference_iam-permissions.html#iam-resources) of your secret on the secret details page. Save the secret ARN to use when you [define your source database]({{}}).