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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataDeletionJobPropsMixin.DataSourcePropertystatic final classAn implementation forCfnDataDeletionJobPropsMixin.DataSourceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDataLocation
- See Also:
-
builder
-