bedrock:GetMarketplaceModelEndpoint is a Read access-level action in the bedrock service. Grants permission to get the properties of a marketplace model endpoint
ARNs that bedrock:GetMarketplaceModelEndpoint can be scoped to in an IAM policy.
No condition keys are documented for this action.
A minimal policy that allows bedrock:GetMarketplaceModelEndpoint. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowBedrockGetMarketplaceModelEndpoint",
"Effect": "Allow",
"Action": "bedrock:GetMarketplaceModelEndpoint",
"Resource": "*"
}
]
}