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 Source = Source' {
- entitlementArn :: Maybe Text
- dataTransferSubscriberFeePercent :: Maybe Int
- vpcInterfaceName :: Maybe Text
- decryption :: Maybe Encryption
- ingestIp :: Maybe Text
- ingestPort :: Maybe Int
- transport :: Maybe Transport
- description :: Maybe Text
- mediaStreamSourceConfigurations :: Maybe [MediaStreamSourceConfiguration]
- whitelistCidr :: Maybe Text
- sourceArn :: Text
- name :: Text
- newSource :: Text -> Text -> Source
- source_entitlementArn :: Lens' Source (Maybe Text)
- source_dataTransferSubscriberFeePercent :: Lens' Source (Maybe Int)
- source_vpcInterfaceName :: Lens' Source (Maybe Text)
- source_decryption :: Lens' Source (Maybe Encryption)
- source_ingestIp :: Lens' Source (Maybe Text)
- source_ingestPort :: Lens' Source (Maybe Int)
- source_transport :: Lens' Source (Maybe Transport)
- source_description :: Lens' Source (Maybe Text)
- source_mediaStreamSourceConfigurations :: Lens' Source (Maybe [MediaStreamSourceConfiguration])
- source_whitelistCidr :: Lens' Source (Maybe Text)
- source_sourceArn :: Lens' Source Text
- source_name :: Lens' Source Text
Documentation
The settings for the source of the flow.
See: newSource
smart constructor.
Source' | |
|
Instances
Create a value of Source
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:entitlementArn:Source'
, source_entitlementArn
- The ARN of the entitlement that allows you to subscribe to content that
comes from another AWS account. The entitlement is set by the content
originator and the ARN is generated as part of the originator's flow.
$sel:dataTransferSubscriberFeePercent:Source'
, source_dataTransferSubscriberFeePercent
- Percentage from 0-100 of the data transfer cost to be billed to the
subscriber.
$sel:vpcInterfaceName:Source'
, source_vpcInterfaceName
- The name of the VPC interface that is used for this source.
$sel:decryption:Source'
, source_decryption
- The type of encryption that is used on the content ingested from this
source.
$sel:ingestIp:Source'
, source_ingestIp
- The IP address that the flow will be listening on for incoming content.
$sel:ingestPort:Source'
, source_ingestPort
- The port that the flow will be listening on for incoming content.
$sel:transport:Source'
, source_transport
- Attributes related to the transport stream that are used in the source.
$sel:description:Source'
, source_description
- A description for the source. This value is not used or seen outside of
the current AWS Elemental MediaConnect account.
$sel:mediaStreamSourceConfigurations:Source'
, source_mediaStreamSourceConfigurations
- The media streams that are associated with the source, and the
parameters for those associations.
$sel:whitelistCidr:Source'
, source_whitelistCidr
- The range of IP addresses that should be allowed to contribute content
to your source. These IP addresses should be in the form of a Classless
Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
$sel:sourceArn:Source'
, source_sourceArn
- The ARN of the source.
$sel:name:Source'
, source_name
- The name of the source.
source_entitlementArn :: Lens' Source (Maybe Text) Source #
The ARN of the entitlement that allows you to subscribe to content that comes from another AWS account. The entitlement is set by the content originator and the ARN is generated as part of the originator's flow.
source_dataTransferSubscriberFeePercent :: Lens' Source (Maybe Int) Source #
Percentage from 0-100 of the data transfer cost to be billed to the subscriber.
source_vpcInterfaceName :: Lens' Source (Maybe Text) Source #
The name of the VPC interface that is used for this source.
source_decryption :: Lens' Source (Maybe Encryption) Source #
The type of encryption that is used on the content ingested from this source.
source_ingestIp :: Lens' Source (Maybe Text) Source #
The IP address that the flow will be listening on for incoming content.
source_ingestPort :: Lens' Source (Maybe Int) Source #
The port that the flow will be listening on for incoming content.
source_transport :: Lens' Source (Maybe Transport) Source #
Attributes related to the transport stream that are used in the source.
source_description :: Lens' Source (Maybe Text) Source #
A description for the source. This value is not used or seen outside of the current AWS Elemental MediaConnect account.
source_mediaStreamSourceConfigurations :: Lens' Source (Maybe [MediaStreamSourceConfiguration]) Source #
The media streams that are associated with the source, and the parameters for those associations.