Interface CfnOriginEndpoint.ScteProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOriginEndpoint.ScteProperty.Jsii$Proxy
- Enclosing class:
CfnOriginEndpoint
@Stability(Stable)
public static interface CfnOriginEndpoint.ScteProperty
extends software.amazon.jsii.JsiiSerializable
The SCTE-35 configuration associated with the origin endpoint.
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.*; ScteProperty scteProperty = ScteProperty.builder() .scteFilter(List.of("scteFilter")) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnOriginEndpoint.ScteProperty
static final class
An implementation forCfnOriginEndpoint.ScteProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The filter associated with the SCTE-35 configuration.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getScteFilter
The filter associated with the SCTE-35 configuration.- See Also:
-
builder
-