Values.CdnAuthConfigurationSourceThe settings to enable CDN authorization headers in MediaPackage.
type nonrec t = {cdnIdentifierSecretArns : CdnAuthConfigurationCdnIdentifierSecretArnsList.t;The ARN for the secret in Secrets Manager that your CDN uses for authorization to access the endpoint.
*)secretsRoleArn : CdnAuthConfigurationSecretsRoleArnString.t;The ARN for the IAM role that gives MediaPackage read access to Secrets Manager and KMS for CDN authorization.
*)}val make :
cdnIdentifierSecretArns:CdnAuthConfigurationCdnIdentifierSecretArnsList.t ->
secretsRoleArn:CdnAuthConfigurationSecretsRoleArnString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of CdnIdentifierSecretArn.t ] list
| `String of CdnAuthConfigurationSecretsRoleArnString.t ])
list ]