Interface CfnOriginEndpoint.DashAvailabilityStartTimeConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOriginEndpoint.DashAvailabilityStartTimeConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnOriginEndpoint
@Stability(Stable)
public static interface CfnOriginEndpoint.DashAvailabilityStartTimeConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration for the DASH availabilityStartTime attribute of the Media Presentation Description (MPD).
Use this configuration to set a custom availability start time for your DASH manifest.
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.*;
DashAvailabilityStartTimeConfigurationProperty dashAvailabilityStartTimeConfigurationProperty = DashAvailabilityStartTimeConfigurationProperty.builder()
.fixedAvailabilityStartTime("fixedAvailabilityStartTime")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnOriginEndpoint.DashAvailabilityStartTimeConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The fixed availability start time for the DASH manifest, in ISO 8601 date-time format.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFixedAvailabilityStartTime
The fixed availability start time for the DASH manifest, in ISO 8601 date-time format.
The value must have hourly granularity, meaning that the minutes, seconds, and fractional seconds must be zero. The value must be on or after
2024-01-01T00:00:00Zand must be at least 14 days before the current time.- See Also:
-
builder
@Stability(Stable) static CfnOriginEndpoint.DashAvailabilityStartTimeConfigurationProperty.Builder builder()
-