This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::BedrockAgentCore::Dataset
The AWS::BedrockAgentCore::Dataset resource Property description not available. for BedrockAgentCore.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::BedrockAgentCore::Dataset", "Properties" : { "DatasetName" :String, "Description" :String, "KmsKeyArn" :String, "SchemaType" :String, "Source" :DataSourceType, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::BedrockAgentCore::Dataset Properties: DatasetName:StringDescription:StringKmsKeyArn:StringSchemaType:StringSource:DataSourceTypeTags:- Tag
Properties
DatasetNameProperty description not available.
Required: Yes
Type: String
Pattern:
^[a-zA-Z][a-zA-Z0-9_]{0,47}$Update requires: Replacement
DescriptionProperty description not available.
Required: No
Type: String
Maximum:
200Update requires: No interruption
KmsKeyArnProperty description not available.
Required: No
Type: String
Pattern:
^arn:aws(|-cn|-us-gov):kms:[a-zA-Z0-9-]*:[0-9]{12}:key/[a-zA-Z0-9-]{36}$Minimum:
1Maximum:
2048Update requires: Replacement
SchemaTypeProperty description not available.
Required: Yes
Type: String
Allowed values:
AGENTCORE_EVALUATION_PREDEFINED_V1 | AGENTCORE_EVALUATION_SIMULATED_V1Update requires: Replacement
SourceProperty description not available.
Required: No
Type: DataSourceType
Update requires: Replacement
Property description not available.
Required: No
Type: Array of Tag
Maximum:
50Update requires: No interruption
Return values
Ref
Fn::GetAtt
CreatedAtProperty description not available.
DatasetArnProperty description not available.
DatasetIdProperty description not available.
ExampleCountProperty description not available.
StatusProperty description not available.
UpdatedAtProperty description not available.