Module Values.MediaTailorPlaybackConfigurationSource

Object specifying a configuration for integration with an AWS Elemental MediaTailor (EMT).

Sourcetype nonrec t = {
  1. playbackConfigurationArn : MediaTailorPlaybackConfigurationArn.t option;
    (*

    ARN of the customer-created EMT PlaybackConfiguration resource in the same region and account.

    *)
}
Sourceval make : ?playbackConfigurationArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of MediaTailorPlaybackConfigurationArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t