interface FlowValidationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.aws_bedrock.CfnFlow.FlowValidationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#CfnFlow_FlowValidationProperty |
Java | software.amazon.awscdk.services.bedrock.CfnFlow.FlowValidationProperty |
Python | aws_cdk.aws_bedrock.CfnFlow.FlowValidationProperty |
TypeScript | aws-cdk-lib » aws_bedrock » CfnFlow » FlowValidationProperty |
Contains information about validation of the flow.
This data type is used in the following API operations:
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrock as bedrock } from 'aws-cdk-lib';
const flowValidationProperty: bedrock.CfnFlow.FlowValidationProperty = {
message: 'message',
};
Properties
Name | Type | Description |
---|---|---|
message | string | A message describing the validation error. |
message
Type:
string
A message describing the validation error.