public static interface CfnChannel.KeyProviderSettingsProperty
The parent of this entity is HlsGroupSettings.
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.*; KeyProviderSettingsProperty keyProviderSettingsProperty = KeyProviderSettingsProperty.builder() .staticKeySettings(StaticKeySettingsProperty.builder() .keyProviderServer(InputLocationProperty.builder() .passwordParam("passwordParam") .uri("uri") .username("username") .build()) .staticKeyValue("staticKeyValue") .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnChannel.KeyProviderSettingsProperty.Builder
A builder for
CfnChannel.KeyProviderSettingsProperty |
static class |
CfnChannel.KeyProviderSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.KeyProviderSettingsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnChannel.KeyProviderSettingsProperty.Builder |
builder() |
default java.lang.Object |
getStaticKeySettings()
The configuration of static key settings.
|
default java.lang.Object getStaticKeySettings()
static CfnChannel.KeyProviderSettingsProperty.Builder builder()