bedrock-agentcore:UpdateRegistryRecordStatus

Write

bedrock-agentcore:UpdateRegistryRecordStatus is a Write access-level action in the bedrock-agentcore service. Grants permission to update the status of a registry record

Resource types

ARNs that bedrock-agentcore:UpdateRegistryRecordStatus can be scoped to in an IAM policy.

arn:${Partition}:bedrock-agentcore:${Region}:${Account}:registry/${RegistryId}/record/${RecordId}
registry-record

Condition keys

No condition keys are documented for this action.

Example IAM policy

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

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

Related actions in bedrock-agentcore

View all bedrock-agentcore actions →