public static interface CfnChannel.StaticKeySettingsProperty
The parent of this entity is KeyProviderSettings.
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.medialive.*; StaticKeySettingsProperty staticKeySettingsProperty = StaticKeySettingsProperty.builder() .keyProviderServer(InputLocationProperty.builder() .passwordParam("passwordParam") .uri("uri") .username("username") .build()) .staticKeyValue("staticKeyValue") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnChannel.StaticKeySettingsProperty.Builder
A builder for
CfnChannel.StaticKeySettingsProperty |
static class |
CfnChannel.StaticKeySettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.StaticKeySettingsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnChannel.StaticKeySettingsProperty.Builder |
builder() |
default java.lang.Object |
getKeyProviderServer()
The URL of the license server that is used for protecting content.
|
default java.lang.String |
getStaticKeyValue()
The static key value as a 32 character hexadecimal string.
|
default java.lang.Object getKeyProviderServer()
default java.lang.String getStaticKeyValue()
static CfnChannel.StaticKeySettingsProperty.Builder builder()