This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::MediaTailor::SourceLocation HttpConfiguration
The HTTP configuration for the source location.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "BaseUrl" :
String
}
YAML
BaseUrl:
String
Properties
BaseUrl
-
The base URL for the source location host server. This string must include the protocol, such as https://.
Required: Yes
Type: String
Update requires: No interruption