Azure Media Streaming Policy
This page shows how to write Terraform and Azure Resource Manager for Media Streaming Policy and write them securely.
azurerm_media_streaming_policy (Terraform)
The Streaming Policy in Media can be configured in Terraform with the resource name azurerm_media_streaming_policy. The following sections describe how to use the resource and its parameters.
Example Usage from GitHub
An example could not be found in GitHub.
Parameters
-
default_content_key_policy_nameoptional - string -
idoptional computed - string -
media_services_account_namerequired - string -
namerequired - string -
resource_group_namerequired - string -
common_encryption_cbcslist block-
default_content_keylist block-
labeloptional - string -
policy_nameoptional - string
-
-
drm_fairplaylist block-
allow_persistent_licenseoptional - bool -
custom_license_acquisition_url_templateoptional - string
-
-
enabled_protocolslist block-
dashoptional - bool -
downloadoptional - bool -
hlsoptional - bool -
smooth_streamingoptional - bool
-
-
-
common_encryption_cenclist block-
drm_widevine_custom_license_acquisition_url_templateoptional - string -
default_content_keylist block-
labeloptional - string -
policy_nameoptional - string
-
-
drm_playreadylist block-
custom_attributesoptional - string -
custom_license_acquisition_url_templateoptional - string
-
-
enabled_protocolslist block-
dashoptional - bool -
downloadoptional - bool -
hlsoptional - bool -
smooth_streamingoptional - bool
-
-
-
no_encryption_enabled_protocolslist block-
dashoptional - bool -
downloadoptional - bool -
hlsoptional - bool -
smooth_streamingoptional - bool
-
-
timeoutssingle block
Explanation in Terraform Registry
Manages a Streaming Policy.
Microsoft.Media/mediaservices/streamingpolicies (Azure Resource Manager)
The mediaservices/streamingpolicies in Microsoft.Media can be configured in Azure Resource Manager with the resource name Microsoft.Media/mediaservices/streamingpolicies. The following sections describe how to use the resource and its parameters.
Example Usage from GitHub
An example could not be found in GitHub.