interface FlowValidationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins.CfnFlowPropsMixin.FlowValidationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbedrock/mixins#CfnFlowPropsMixin_FlowValidationProperty |
Java | software.amazon.awscdk.mixins.preview.services.bedrock.mixins.CfnFlowPropsMixin.FlowValidationProperty |
Python | aws_cdk.mixins_preview.aws_bedrock.mixins.CfnFlowPropsMixin.FlowValidationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_bedrock » mixins » CfnFlowPropsMixin » 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 { mixins as bedrock_mixins } from '@aws-cdk/mixins-preview/aws-bedrock';
const flowValidationProperty: bedrock_mixins.CfnFlowPropsMixin.FlowValidationProperty = {
message: 'message',
};
Properties
| Name | Type | Description |
|---|---|---|
| message? | string | A message describing the validation error. |
message?
Type:
string
(optional)
A message describing the validation error.

.NET
Go
Java
Python
TypeScript