Interface CfnOriginEndpointPolicyPropsMixin.CdnAuthConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOriginEndpointPolicyPropsMixin.CdnAuthConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnOriginEndpointPolicyPropsMixin
@Stability(Stable)
public static interface CfnOriginEndpointPolicyPropsMixin.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.cfnpropertymixins.services.mediapackagev2.*;
CdnAuthConfigurationProperty cdnAuthConfigurationProperty = CdnAuthConfigurationProperty.builder()
.cdnIdentifierSecretArns(List.of("cdnIdentifierSecretArns"))
.secretsRoleArn("secretsRoleArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnOriginEndpointPolicyPropsMixin.CdnAuthConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCdnIdentifierSecretArns
The ARN for the secret in Secrets Manager that your CDN uses for authorization to access the endpoint.- See Also:
-
getSecretsRoleArn
The ARN for the IAM role that gives MediaPackage read access to Secrets Manager and AWS for CDN authorization.- See Also:
-
builder
@Stability(Stable) static CfnOriginEndpointPolicyPropsMixin.CdnAuthConfigurationProperty.Builder builder()
-