Interface CfnOriginEndpointPolicy.CdnAuthConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnOriginEndpointPolicy.CdnAuthConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnOriginEndpointPolicy

@Stability(Stable) public static interface CfnOriginEndpointPolicy.CdnAuthConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The settings to enable CDN authorization headers in MediaPackage.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.mediapackagev2.*;
 CdnAuthConfigurationProperty cdnAuthConfigurationProperty = CdnAuthConfigurationProperty.builder()
         .cdnIdentifierSecretArns(List.of("cdnIdentifierSecretArns"))
         .secretsRoleArn("secretsRoleArn")
         .build();
 

See Also: