Interface DeprecationPlannedForDataSet.Details

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

@Stability(Experimental) public static interface DeprecationPlannedForDataSet.Details extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for Details.

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.dataexchange.events.*;
 Details details = Details.builder()
         .deprecation(Deprecation.builder()
                 .deprecationAt(List.of("deprecationAt"))
                 .build())
         .build();