@Stability(value=Stable)
public static interface CfnOriginEndpoint.MssEncryptionProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
MssEncryptionProperty mssEncryptionProperty = MssEncryptionProperty.builder()
.spekeKeyProvider(SpekeKeyProviderProperty.builder()
.resourceId("resourceId")
.roleArn("roleArn")
.systemIds(List.of("systemIds"))
.url("url")
// the properties below are optional
.certificateArn("certificateArn")
.encryptionContractConfiguration(EncryptionContractConfigurationProperty.builder()
.presetSpeke20Audio("presetSpeke20Audio")
.presetSpeke20Video("presetSpeke20Video")
.build())
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnOriginEndpoint.MssEncryptionProperty.Builder
A builder for
CfnOriginEndpoint.MssEncryptionProperty |
static class |
CfnOriginEndpoint.MssEncryptionProperty.Jsii$Proxy
An implementation for
CfnOriginEndpoint.MssEncryptionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnOriginEndpoint.MssEncryptionProperty.Builder |
builder() |
Object |
getSpekeKeyProvider()
Parameters for the SPEKE key provider.
|
@Stability(value=Stable) @NotNull Object getSpekeKeyProvider()
@Stability(value=Stable) static CfnOriginEndpoint.MssEncryptionProperty.Builder builder()
Copyright © 2022. All rights reserved.