Interface CfnOriginEndpoint.AuthorizationProperty

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

@Stability(Stable) public static interface CfnOriginEndpoint.AuthorizationProperty extends software.amazon.jsii.JsiiSerializable
Parameters for enabling CDN authorization on the endpoint.

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.mediapackage.*;
 AuthorizationProperty authorizationProperty = AuthorizationProperty.builder()
         .cdnIdentifierSecret("cdnIdentifierSecret")
         .secretsRoleArn("secretsRoleArn")
         .build();