AmazonSageMakerCanvasAIServicesAccess - AWS Managed Policy

AmazonSageMakerCanvasAIServicesAccess

Description: Provides permissions for Amazon SageMaker Canvas to use AI services to support ready to use AI solutions. This policy will add more mutating permissions for services as Amazon SageMaker Canvas adds support.

AmazonSageMakerCanvasAIServicesAccess is an AWS managed policy.

Using this policy

You can attach AmazonSageMakerCanvasAIServicesAccess to your users, groups, and roles.

Policy details

  • Type: AWS managed policy

  • Creation time: March 23, 2023, 22:36 UTC

  • Edited time: November 29, 2023, 14:47 UTC

  • ARN: arn:aws:iam::aws:policy/AmazonSageMakerCanvasAIServicesAccess

Policy version

Policy version: v3 (default)

The policy's default version is the version that defines the permissions for the policy. When a user or role with the policy makes a request to access an AWS resource, AWS checks the default version of the policy to determine whether to allow the request.

JSON policy document

{ "Version" : "2012-10-17", "Statement" : [ { "Sid" : "Textract", "Effect" : "Allow", "Action" : [ "textract:AnalyzeDocument", "textract:AnalyzeExpense", "textract:AnalyzeID", "textract:StartDocumentAnalysis", "textract:StartExpenseAnalysis", "textract:GetDocumentAnalysis", "textract:GetExpenseAnalysis" ], "Resource" : "*" }, { "Sid" : "Rekognition", "Effect" : "Allow", "Action" : [ "rekognition:DetectLabels", "rekognition:DetectText" ], "Resource" : "*" }, { "Sid" : "Comprehend", "Effect" : "Allow", "Action" : [ "comprehend:BatchDetectDominantLanguage", "comprehend:BatchDetectEntities", "comprehend:BatchDetectSentiment", "comprehend:DetectPiiEntities", "comprehend:DetectEntities", "comprehend:DetectSentiment", "comprehend:DetectDominantLanguage" ], "Resource" : "*" }, { "Sid" : "Bedrock", "Effect" : "Allow", "Action" : [ "bedrock:InvokeModel", "bedrock:ListFoundationModels", "bedrock:InvokeModelWithResponseStream" ], "Resource" : "*" }, { "Sid" : "CreateBedrockResourcesPermission", "Effect" : "Allow", "Action" : [ "bedrock:CreateModelCustomizationJob", "bedrock:CreateProvisionedModelThroughput", "bedrock:TagResource" ], "Resource" : [ "arn:aws:bedrock:*:*:model-customization-job/*", "arn:aws:bedrock:*:*:custom-model/*", "arn:aws:bedrock:*:*:provisioned-model/*" ], "Condition" : { "ForAnyValue:StringEquals" : { "aws:TagKeys" : [ "SageMaker", "Canvas" ] }, "StringEquals" : { "aws:RequestTag/SageMaker" : "true", "aws:RequestTag/Canvas" : "true", "aws:ResourceTag/SageMaker" : "true", "aws:ResourceTag/Canvas" : "true" } } }, { "Sid" : "GetStopAndDeleteBedrockResourcesPermission", "Effect" : "Allow", "Action" : [ "bedrock:GetModelCustomizationJob", "bedrock:GetCustomModel", "bedrock:GetProvisionedModelThroughput", "bedrock:StopModelCustomizationJob", "bedrock:DeleteProvisionedModelThroughput" ], "Resource" : [ "arn:aws:bedrock:*:*:model-customization-job/*", "arn:aws:bedrock:*:*:custom-model/*", "arn:aws:bedrock:*:*:provisioned-model/*" ], "Condition" : { "StringEquals" : { "aws:ResourceTag/SageMaker" : "true", "aws:ResourceTag/Canvas" : "true" } } }, { "Sid" : "FoundationModelPermission", "Effect" : "Allow", "Action" : [ "bedrock:CreateModelCustomizationJob" ], "Resource" : [ "arn:aws:bedrock:*::foundation-model/*" ] }, { "Sid" : "BedrockFineTuningPassRole", "Effect" : "Allow", "Action" : [ "iam:PassRole" ], "Resource" : [ "arn:aws:iam::*:role/*" ], "Condition" : { "StringEquals" : { "iam:PassedToService" : "bedrock.amazonaws.com" } } } ] }

Learn more