bedrock:InvokeBlueprintRecommendationAsync

Write

bedrock:InvokeBlueprintRecommendationAsync is a Write access-level action in the bedrock service. Grants permission to invoke blueprint recommendations asynchronously

Resource types

ARNs that bedrock:InvokeBlueprintRecommendationAsync can be scoped to in an IAM policy.

arn:${Partition}:bedrock:${Region}:${Account}:data-automation-profile/${ProfileId}
data-automation-profile

Condition keys

No condition keys are documented for this action.

Example IAM policy

A minimal policy that allows bedrock:InvokeBlueprintRecommendationAsync. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowBedrockInvokeBlueprintRecommendationAsync",
      "Effect": "Allow",
      "Action": "bedrock:InvokeBlueprintRecommendationAsync",
      "Resource": "*"
    }
  ]
}

Related actions in bedrock

View all bedrock actions →