@Stability(value=Stable)
public static interface CfnOriginEndpoint.CmafEncryptionProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
CmafEncryptionProperty cmafEncryptionProperty = CmafEncryptionProperty.builder()
.spekeKeyProvider(SpekeKeyProviderProperty.builder()
.resourceId("resourceId")
.roleArn("roleArn")
.systemIds(List.of("systemIds"))
.url("url")
// the properties below are optional
.certificateArn("certificateArn")
.build())
// the properties below are optional
.constantInitializationVector("constantInitializationVector")
.keyRotationIntervalSeconds(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnOriginEndpoint.CmafEncryptionProperty.Builder
A builder for
CfnOriginEndpoint.CmafEncryptionProperty |
static class |
CfnOriginEndpoint.CmafEncryptionProperty.Jsii$Proxy
An implementation for
CfnOriginEndpoint.CmafEncryptionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnOriginEndpoint.CmafEncryptionProperty.Builder |
builder() |
default String |
getConstantInitializationVector()
`CfnOriginEndpoint.CmafEncryptionProperty.ConstantInitializationVector`.
|
default Number |
getKeyRotationIntervalSeconds()
`CfnOriginEndpoint.CmafEncryptionProperty.KeyRotationIntervalSeconds`.
|
Object |
getSpekeKeyProvider()
`CfnOriginEndpoint.CmafEncryptionProperty.SpekeKeyProvider`.
|
@Stability(value=Stable) @Nullable default String getConstantInitializationVector()
@Stability(value=Stable) @Nullable default Number getKeyRotationIntervalSeconds()
@Stability(value=Stable) @NotNull Object getSpekeKeyProvider()
@Stability(value=Stable) static CfnOriginEndpoint.CmafEncryptionProperty.Builder builder()
Copyright © 2021. All rights reserved.