AWS Fundamentals Logo
AWS Fundamentals
AWS::BedrockMantle::Project

BedrockMantle Project

Resource type definition for AWS::BedrockMantle::Project

Properties

2 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
Required
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe ARN of the project.
CreatedAtstringThe timestamp when the project was created.
IdstringThe unique identifier of the project.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::BedrockMantle::Project

Resources:
  MyResource:
    Type: AWS::BedrockMantle::Project
    Properties:
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

bedrock-mantle:CreateProjectbedrock-mantle:GetProjectbedrock-mantle:ListTagsForResourcebedrock-mantle:TagResource

read

bedrock-mantle:GetProjectbedrock-mantle:ListTagsForResource

update

bedrock-mantle:UpdateProjectbedrock-mantle:GetProjectbedrock-mantle:ListTagsForResourcebedrock-mantle:TagResourcebedrock-mantle:UntagResource

delete

bedrock-mantle:ArchiveProjectbedrock-mantle:GetProjectbedrock-mantle:ListTagsForResource

list

bedrock-mantle:ListProjectsbedrock-mantle:ListTagsForResource

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceBedrockMantle
Properties5
Required1
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

External Links