Module Values.CdnAuthConfigurationSource

The settings to enable CDN authorization headers in MediaPackage.

Sourcetype nonrec t = {
  1. cdnIdentifierSecretArns : CdnAuthConfigurationCdnIdentifierSecretArnsList.t;
    (*

    The ARN for the secret in Secrets Manager that your CDN uses for authorization to access the endpoint.

    *)
  2. secretsRoleArn : CdnAuthConfigurationSecretsRoleArnString.t;
    (*

    The ARN for the IAM role that gives MediaPackage read access to Secrets Manager and KMS for CDN authorization.

    *)
}
Sourceval context_ : string
Sourceval make : cdnIdentifierSecretArns:CdnAuthConfigurationCdnIdentifierSecretArnsList.t -> secretsRoleArn:CdnAuthConfigurationSecretsRoleArnString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of CdnIdentifierSecretArn.t ] list | `String of CdnAuthConfigurationSecretsRoleArnString.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