Interface CfnSourceLocation.SegmentDeliveryConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSourceLocation.SegmentDeliveryConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnSourceLocation
@Stability(Stable)
public static interface CfnSourceLocation.SegmentDeliveryConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The segment delivery configuration settings.
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.mediatailor.*;
SegmentDeliveryConfigurationProperty segmentDeliveryConfigurationProperty = SegmentDeliveryConfigurationProperty.builder()
.baseUrl("baseUrl")
.name("name")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSourceLocation.SegmentDeliveryConfigurationPropertystatic final classAn implementation forCfnSourceLocation.SegmentDeliveryConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBaseUrl
The base URL of the host or path of the segment delivery server that you're using to serve segments.This is typically a content delivery network (CDN). The URL can be absolute or relative. To use an absolute URL include the protocol, such as
https://example.com/some/path. To use a relative URL specify the relative path, such as/some/path*.- See Also:
-
getName
A unique identifier used to distinguish between multiple segment delivery configurations in a source location.- See Also:
-
builder
-