Amazon Bedrock Powered by AWS Mantle (bedrock-mantle)

2026-02-27

8 new actions, 3 new conditions | 11 updated actions, 1 updated resource

Additions

    Actions
  • ArchiveProject
    • Description:  Grants permission to archive a specific project
    • Access:  Write
    • Resources: 

      Name: project

      Required: Yes

    • Conditions: 

      aws:ResourceTag/${TagKey}

  • CreateProject
    • Description:  Grants permission to create a project
    • Access:  Write
    • Resources: 

      Name: project

      Required: Yes

    • Conditions: 

      aws:ResourceTag/${TagKey}

      aws:RequestTag/${TagKey}

      aws:TagKeys

  • GetProject
    • Description:  Grants permission to retrieve details of a specific project
    • Access:  Read
    • Resources: 

      Name: project

      Required: Yes

    • Conditions: 

      aws:ResourceTag/${TagKey}

  • ListProjects
    • Description:  Grants permission to list projects
    • Access:  List
    • Resources: 

      Name: project

      Required: Yes

  • ListTagsForResource
    • Description:  Grants permission to list tags for a resource
    • Access:  Read
    • Resources: 

      Name: project

      Required: No

    • Conditions: 

      aws:ResourceTag/${TagKey}

  • TagResource
    • Description:  Grants permission to tag a resource
    • Access:  Tagging
    • Resources: 

      Name: project

      Required: No

    • Conditions: 

      aws:ResourceTag/${TagKey}

      aws:TagKeys

      aws:RequestTag/${TagKey}

  • UntagResource
    • Description:  Grants permission to untag a resource
    • Access:  Tagging
    • Resources: 

      Name: project

      Required: No

    • Conditions: 

      aws:ResourceTag/${TagKey}

      aws:TagKeys

  • UpdateProject
    • Description:  Grants permission to update a specific project
    • Access:  Write
    • Resources: 

      Name: project

      Required: Yes

    • Conditions: 

      aws:ResourceTag/${TagKey}

    Conditions
  • aws:RequestTag/${TagKey}
    • Description:  Filters access by the tags that are passed in the request
    • Type:  String
  • aws:ResourceTag/${TagKey}
    • Description:  Filters access by the tags associated with the resource
    • Type:  String
  • aws:TagKeys
    • Description:  Filters access by the tag keys that are passed in the request
    • Type:  ArrayOfString

Updates

    Resources
  • project
      Conditions
    • + aws:ResourceTag/${TagKey}