Amazon SageMaker Unified Studio is in preview release and is subject to change.
AWS policy: AmazonDataZoneBedrockModelConsumptionPolicy
Provides permissions to consume Amazon Bedrock models, including invoking Amazon Bedrock application inference profile created for particular Amazon DataZone domain.
{ "Version": "2012-10-17", "Statement": [ { "Sid": "InvokeDomainInferenceProfiles", "Effect": "Allow", "Action": [ "bedrock:InvokeModel", "bedrock:InvokeModelWithResponseStream" ], "Resource": "arn:aws:bedrock:*:*:application-inference-profile/*", "Condition": { "StringEquals": { "aws:ResourceTag/AmazonDataZoneDomain": "${datazone:domainId}", "aws:ResourceAccount": "${aws:PrincipalAccount}" }, "Null": { "aws:ResourceTag/AmazonDataZoneProject": "true" } } } ] }