public static interface CfnPackagingConfiguration.MssEncryptionProperty
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() .roleArn("roleArn") .systemIds(List.of("systemIds")) .url("url") // the properties below are optional .encryptionContractConfiguration(EncryptionContractConfigurationProperty.builder() .presetSpeke20Audio("presetSpeke20Audio") .presetSpeke20Video("presetSpeke20Video") .build()) .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnPackagingConfiguration.MssEncryptionProperty.Builder
A builder for
CfnPackagingConfiguration.MssEncryptionProperty |
static class |
CfnPackagingConfiguration.MssEncryptionProperty.Jsii$Proxy
An implementation for
CfnPackagingConfiguration.MssEncryptionProperty |
Modifier and Type | Method and Description |
---|---|
static CfnPackagingConfiguration.MssEncryptionProperty.Builder |
builder() |
java.lang.Object |
getSpekeKeyProvider()
Parameters for the SPEKE key provider.
|
java.lang.Object getSpekeKeyProvider()
static CfnPackagingConfiguration.MssEncryptionProperty.Builder builder()