bedrock-mantle:CreateReservation is a Write access-level action in the bedrock-mantle service. Grants permission to create a capacity reservation for a model
ARNs that bedrock-mantle:CreateReservation can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants bedrock-mantle:CreateReservation.
Filters access by the tags associated with the resource
A minimal policy that allows bedrock-mantle:CreateReservation. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowBedrockmantleCreateReservation",
"Effect": "Allow",
"Action": "bedrock-mantle:CreateReservation",
"Resource": "*"
}
]
}