Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data OriginEndpoint = OriginEndpoint' {
- whitelist :: Maybe [Text]
- hlsPackage :: Maybe HlsPackage
- arn :: Maybe Text
- manifestName :: Maybe Text
- url :: Maybe Text
- authorization :: Maybe Authorization
- channelId :: Maybe Text
- startoverWindowSeconds :: Maybe Int
- dashPackage :: Maybe DashPackage
- mssPackage :: Maybe MssPackage
- id :: Maybe Text
- timeDelaySeconds :: Maybe Int
- cmafPackage :: Maybe CmafPackage
- description :: Maybe Text
- tags :: Maybe (HashMap Text Text)
- origination :: Maybe Origination
- newOriginEndpoint :: OriginEndpoint
- originEndpoint_whitelist :: Lens' OriginEndpoint (Maybe [Text])
- originEndpoint_hlsPackage :: Lens' OriginEndpoint (Maybe HlsPackage)
- originEndpoint_arn :: Lens' OriginEndpoint (Maybe Text)
- originEndpoint_manifestName :: Lens' OriginEndpoint (Maybe Text)
- originEndpoint_url :: Lens' OriginEndpoint (Maybe Text)
- originEndpoint_authorization :: Lens' OriginEndpoint (Maybe Authorization)
- originEndpoint_channelId :: Lens' OriginEndpoint (Maybe Text)
- originEndpoint_startoverWindowSeconds :: Lens' OriginEndpoint (Maybe Int)
- originEndpoint_dashPackage :: Lens' OriginEndpoint (Maybe DashPackage)
- originEndpoint_mssPackage :: Lens' OriginEndpoint (Maybe MssPackage)
- originEndpoint_id :: Lens' OriginEndpoint (Maybe Text)
- originEndpoint_timeDelaySeconds :: Lens' OriginEndpoint (Maybe Int)
- originEndpoint_cmafPackage :: Lens' OriginEndpoint (Maybe CmafPackage)
- originEndpoint_description :: Lens' OriginEndpoint (Maybe Text)
- originEndpoint_tags :: Lens' OriginEndpoint (Maybe (HashMap Text Text))
- originEndpoint_origination :: Lens' OriginEndpoint (Maybe Origination)
Documentation
data OriginEndpoint Source #
An OriginEndpoint resource configuration.
See: newOriginEndpoint
smart constructor.
OriginEndpoint' | |
|
Instances
newOriginEndpoint :: OriginEndpoint Source #
Create a value of OriginEndpoint
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:whitelist:OriginEndpoint'
, originEndpoint_whitelist
- A list of source IP CIDR blocks that will be allowed to access the
OriginEndpoint.
$sel:hlsPackage:OriginEndpoint'
, originEndpoint_hlsPackage
- Undocumented member.
$sel:arn:OriginEndpoint'
, originEndpoint_arn
- The Amazon Resource Name (ARN) assigned to the OriginEndpoint.
$sel:manifestName:OriginEndpoint'
, originEndpoint_manifestName
- A short string appended to the end of the OriginEndpoint URL.
$sel:url:OriginEndpoint'
, originEndpoint_url
- The URL of the packaged OriginEndpoint for consumption.
$sel:authorization:OriginEndpoint'
, originEndpoint_authorization
- Undocumented member.
$sel:channelId:OriginEndpoint'
, originEndpoint_channelId
- The ID of the Channel the OriginEndpoint is associated with.
$sel:startoverWindowSeconds:OriginEndpoint'
, originEndpoint_startoverWindowSeconds
- Maximum duration (seconds) of content to retain for startover playback.
If not specified, startover playback will be disabled for the
OriginEndpoint.
$sel:dashPackage:OriginEndpoint'
, originEndpoint_dashPackage
- Undocumented member.
$sel:mssPackage:OriginEndpoint'
, originEndpoint_mssPackage
- Undocumented member.
$sel:id:OriginEndpoint'
, originEndpoint_id
- The ID of the OriginEndpoint.
$sel:timeDelaySeconds:OriginEndpoint'
, originEndpoint_timeDelaySeconds
- Amount of delay (seconds) to enforce on the playback of live content. If
not specified, there will be no time delay in effect for the
OriginEndpoint.
$sel:cmafPackage:OriginEndpoint'
, originEndpoint_cmafPackage
- Undocumented member.
$sel:description:OriginEndpoint'
, originEndpoint_description
- A short text description of the OriginEndpoint.
$sel:tags:OriginEndpoint'
, originEndpoint_tags
- Undocumented member.
$sel:origination:OriginEndpoint'
, originEndpoint_origination
- Control whether origination of video is allowed for this OriginEndpoint.
If set to ALLOW, the OriginEndpoint may by requested, pursuant to any
other form of access control. If set to DENY, the OriginEndpoint may not
be requested. This can be helpful for Live to VOD harvesting, or for
temporarily disabling origination
originEndpoint_whitelist :: Lens' OriginEndpoint (Maybe [Text]) Source #
A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
originEndpoint_hlsPackage :: Lens' OriginEndpoint (Maybe HlsPackage) Source #
Undocumented member.
originEndpoint_arn :: Lens' OriginEndpoint (Maybe Text) Source #
The Amazon Resource Name (ARN) assigned to the OriginEndpoint.
originEndpoint_manifestName :: Lens' OriginEndpoint (Maybe Text) Source #
A short string appended to the end of the OriginEndpoint URL.
originEndpoint_url :: Lens' OriginEndpoint (Maybe Text) Source #
The URL of the packaged OriginEndpoint for consumption.
originEndpoint_authorization :: Lens' OriginEndpoint (Maybe Authorization) Source #
Undocumented member.
originEndpoint_channelId :: Lens' OriginEndpoint (Maybe Text) Source #
The ID of the Channel the OriginEndpoint is associated with.
originEndpoint_startoverWindowSeconds :: Lens' OriginEndpoint (Maybe Int) Source #
Maximum duration (seconds) of content to retain for startover playback. If not specified, startover playback will be disabled for the OriginEndpoint.
originEndpoint_dashPackage :: Lens' OriginEndpoint (Maybe DashPackage) Source #
Undocumented member.
originEndpoint_mssPackage :: Lens' OriginEndpoint (Maybe MssPackage) Source #
Undocumented member.
originEndpoint_id :: Lens' OriginEndpoint (Maybe Text) Source #
The ID of the OriginEndpoint.
originEndpoint_timeDelaySeconds :: Lens' OriginEndpoint (Maybe Int) Source #
Amount of delay (seconds) to enforce on the playback of live content. If not specified, there will be no time delay in effect for the OriginEndpoint.
originEndpoint_cmafPackage :: Lens' OriginEndpoint (Maybe CmafPackage) Source #
Undocumented member.
originEndpoint_description :: Lens' OriginEndpoint (Maybe Text) Source #
A short text description of the OriginEndpoint.
originEndpoint_tags :: Lens' OriginEndpoint (Maybe (HashMap Text Text)) Source #
Undocumented member.
originEndpoint_origination :: Lens' OriginEndpoint (Maybe Origination) Source #
Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the OriginEndpoint may by requested, pursuant to any other form of access control. If set to DENY, the OriginEndpoint may not be requested. This can be helpful for Live to VOD harvesting, or for temporarily disabling origination