AWS::BedrockAgentCore::DatasetDefinition of AWS::BedrockAgentCore::Dataset Resource Type
6 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DatasetName | string | RequiredCreate-only |
SchemaType | string | RequiredCreate-only |
Description | string | |
KmsKeyArn | string | Create-only |
Source | DataSourceType | Create-onlyWrite-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | The timestamp when the dataset was created. |
DatasetArn | string | The Amazon Resource Name (ARN) of the dataset. |
DatasetId | string | The unique identifier of the dataset. |
ExampleCount | integer | The number of examples in the dataset DRAFT. |
Status | string | The current status of the dataset. |
UpdatedAt | string | The timestamp when the dataset was last updated. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::BedrockAgentCore::Dataset
Resources:
MyResource:
Type: AWS::BedrockAgentCore::Dataset
Properties:
DatasetName: "my-datasetname"
SchemaType: "AGENTCORE_EVALUATION_PREDEFINED_V1"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
bedrock-agentcore:CreateDatasetbedrock-agentcore:GetDatasetbedrock-agentcore:TagResourcekms:DescribeKeykms:Decryptkms:GenerateDataKeys3:GetObjects3:GetBucketLocationbedrock-agentcore:GetDatasetbedrock-agentcore:ListTagsForResourcekms:Decryptkms:DescribeKeybedrock-agentcore:UpdateDatasetbedrock-agentcore:GetDatasetbedrock-agentcore:TagResourcebedrock-agentcore:UntagResourcebedrock-agentcore:ListTagsForResourcekms:Decryptkms:DescribeKeykms:GenerateDataKeybedrock-agentcore:DeleteDatasetbedrock-agentcore:GetDatasetkms:Decryptkms:DescribeKeybedrock-agentcore:ListDatasetsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterDatasetArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DatasetNameSchemaTypeKmsKeyArnSource