interface FlowValidationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Bedrock.CfnFlowPropsMixin.FlowValidationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrock#CfnFlowPropsMixin_FlowValidationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnFlowPropsMixin.FlowValidationProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrock.CfnFlowPropsMixin.FlowValidationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrock » 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 { aws_bedrock as bedrock } from '@aws-cdk/cfn-property-mixins';
const flowValidationProperty: bedrock.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