@Stability(value=Stable)
public static interface CfnOriginEndpoint.EncryptionContractConfigurationProperty
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.*;
EncryptionContractConfigurationProperty encryptionContractConfigurationProperty = EncryptionContractConfigurationProperty.builder()
.presetSpeke20Audio("presetSpeke20Audio")
.presetSpeke20Video("presetSpeke20Video")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnOriginEndpoint.EncryptionContractConfigurationProperty.Builder
|
static class |
CfnOriginEndpoint.EncryptionContractConfigurationProperty.Jsii$Proxy
An implementation for
CfnOriginEndpoint.EncryptionContractConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnOriginEndpoint.EncryptionContractConfigurationProperty.Builder |
builder() |
String |
getPresetSpeke20Audio()
`CfnOriginEndpoint.EncryptionContractConfigurationProperty.PresetSpeke20Audio`.
|
String |
getPresetSpeke20Video()
`CfnOriginEndpoint.EncryptionContractConfigurationProperty.PresetSpeke20Video`.
|
@Stability(value=Stable) @NotNull String getPresetSpeke20Audio()
@Stability(value=Stable) @NotNull String getPresetSpeke20Video()
@Stability(value=Stable) static CfnOriginEndpoint.EncryptionContractConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.