| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MediaTailor.Types.SegmentDeliveryConfiguration
Description
Synopsis
- data SegmentDeliveryConfiguration = SegmentDeliveryConfiguration' {}
- newSegmentDeliveryConfiguration :: SegmentDeliveryConfiguration
- segmentDeliveryConfiguration_baseUrl :: Lens' SegmentDeliveryConfiguration (Maybe Text)
- segmentDeliveryConfiguration_name :: Lens' SegmentDeliveryConfiguration (Maybe Text)
Documentation
data SegmentDeliveryConfiguration Source #
The segment delivery configuration settings.
See: newSegmentDeliveryConfiguration smart constructor.
Constructors
| SegmentDeliveryConfiguration' | |
Fields
| |
Instances
newSegmentDeliveryConfiguration :: SegmentDeliveryConfiguration Source #
Create a value of SegmentDeliveryConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:baseUrl:SegmentDeliveryConfiguration', segmentDeliveryConfiguration_baseUrl - 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*.
$sel:name:SegmentDeliveryConfiguration', segmentDeliveryConfiguration_name - A unique identifier used to distinguish between multiple segment
delivery configurations in a source location.
segmentDeliveryConfiguration_baseUrl :: Lens' SegmentDeliveryConfiguration (Maybe Text) Source #
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*.
segmentDeliveryConfiguration_name :: Lens' SegmentDeliveryConfiguration (Maybe Text) Source #
A unique identifier used to distinguish between multiple segment delivery configurations in a source location.