Interface CfnFlow.FlowValidationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnFlow.FlowValidationProperty.Jsii$Proxy
Enclosing class:
CfnFlow

@Stability(Stable) public static interface CfnFlow.FlowValidationProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.bedrock.*;
 FlowValidationProperty flowValidationProperty = FlowValidationProperty.builder()
         .message("message")
         .build();
 

See Also: