AWS::MediaLive::Channel NetworkInputSettings
Information about how to connect to the upstream system.
The parent of this entity is InputSettings.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "HlsInputSettings" :
HlsInputSettings
, "ServerValidation" :String
}
YAML
HlsInputSettings:
HlsInputSettings
ServerValidation:String
Properties
HlsInputSettings
-
Information about how to connect to the upstream system.
Required: No
Type: HlsInputSettings
Update requires: No interruption
ServerValidation
-
Checks HTTPS server certificates. When set to checkCryptographyOnly, cryptography in the certificate is checked, but not the server's name. Certain subdomains (notably S3 buckets that use dots in the bucket name) don't strictly match the corresponding certificate's wildcard pattern and would otherwise cause the channel to error. This setting is ignored for protocols that do not use HTTPS.
Required: No
Type: String
Update requires: No interruption