Interface CfnDataSourcePropsMixin.FormInputProperty

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

@Stability(Stable) public static interface CfnDataSourcePropsMixin.FormInputProperty extends software.amazon.jsii.JsiiSerializable
The details of a metadata form.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.datazone.*;
 FormInputProperty formInputProperty = FormInputProperty.builder()
         .content("content")
         .formName("formName")
         .typeIdentifier("typeIdentifier")
         .typeRevision("typeRevision")
         .build();
 

See Also: