Interface CfnDataDeletionJobPropsMixin.DataSourceProperty

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

@Stability(Stable) public static interface CfnDataDeletionJobPropsMixin.DataSourceProperty extends software.amazon.jsii.JsiiSerializable
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.personalize.*;
 DataSourceProperty dataSourceProperty = DataSourceProperty.builder()
         .dataLocation("dataLocation")
         .build();
 

See Also: