Interface CfnOriginEndpoint.ScteDashProperty

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

@Stability(Stable) public static interface CfnOriginEndpoint.ScteDashProperty extends software.amazon.jsii.JsiiSerializable
The SCTE configuration.

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.mediapackagev2.*;
 ScteDashProperty scteDashProperty = ScteDashProperty.builder()
         .adMarkerDash("adMarkerDash")
         .build();
 

See Also: