Interface CfnDataSource.FormInputProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSource.FormInputProperty.Jsii$Proxy
- Enclosing class:
CfnDataSource
@Stability(Stable)
public static interface CfnDataSource.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.services.datazone.*; FormInputProperty formInputProperty = FormInputProperty.builder() .formName("formName") // the properties below are optional .content("content") .typeIdentifier("typeIdentifier") .typeRevision("typeRevision") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDataSource.FormInputProperty
static final class
An implementation forCfnDataSource.FormInputProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFormName
The name of the metadata form.- See Also:
-
getContent
The content of the metadata form.- See Also:
-
getTypeIdentifier
The ID of the metadata form type.- See Also:
-
getTypeRevision
The revision of the metadata form type.- See Also:
-
builder
-