AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::BedrockMantle::Project

CfnProject

Resource type definition for AWS::BedrockMantle::Project.

Import

import { CfnProject } from 'aws-cdk-lib/aws-bedrockmantle';

Or use the module namespace:

import * as bedrockmantle from 'aws-cdk-lib/aws-bedrockmantle';
// bedrockmantle.CfnProject

Properties

Configuration passed to the constructor as CfnProjectProps.

nameRequired
string

The name of the project.

tagsOptional
CfnTag[]

An array of key-value pairs to apply to this resource.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-bedrockmantle
CFN TypeAWS::BedrockMantle::Project
Properties2

External Links