Interface CfnDatasetPropsMixin.MetadataProperty

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

@Stability(Stable) public static interface CfnDatasetPropsMixin.MetadataProperty extends software.amazon.jsii.JsiiSerializable
Contains additional resource information needed for specific datasets.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.databrew.mixins.*;
 MetadataProperty metadataProperty = MetadataProperty.builder()
         .sourceArn("sourceArn")
         .build();
 

See Also: