Module Values.AuthorizationSource

CDN Authorization credentials

Sourcetype nonrec t = {
  1. cdnIdentifierSecret : string;
    (*

    The Amazon Resource Name (ARN) for the secret in Secrets Manager that your Content Distribution Network (CDN) uses for authorization to access your endpoint.

    *)
  2. secretsRoleArn : string;
    (*

    The Amazon Resource Name (ARN) for the IAM role that allows MediaPackage to communicate with AWS Secrets Manager.

    *)
}
Sourceval context_ : string
Sourceval make : cdnIdentifierSecret:string -> secretsRoleArn:string -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of string ]) 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