Application Integration
- Application Integration
- All Products
{ "Version": "2012-10-17", "Statement": [ { "Sid": "VisualEditor0", "Effect": "Allow", "Action": "s3:ListBucket", "Resource": "arn:aws:s3:::*" }, { "Sid": "VisualEditor1", "Effect": "Allow", "Action": "s3:GetObject", "Resource": "arn:aws:s3:::*/*" }, { "Sid": "BedrockInvokeModelStatement", "Effect": "Allow", "Action": [ "bedrock:InvokeModel" ], "Resource": [ "arn:aws:bedrock:us-east-1::foundation-model/amazon.titan-embed-text-v1" ] }, { "Sid": "SecretsManagerGetStatement", "Effect": "Allow", "Action": [ "secretsmanager:GetSecretValue" ], "Resource": [ "{Secret ARN}" ] } ] }
{ "Version": "2012-10-17", "Statement": [ { "Sid": "AmazonBedrockKnowledgeBaseTrustPolicy", "Effect": "Allow", "Principal": { "Service": "bedrock.amazonaws.com" }, "Action": "sts:AssumeRole" } ] }