@Stability(value=Stable)
public static interface CfnChannel.StaticKeySettingsProperty
extends software.amazon.jsii.JsiiSerializable
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 Object |
getKeyProviderServer()
The URL of the license server that is used for protecting content.
|
default String |
getStaticKeyValue()
The static key value as a 32 character hexadecimal string.
|
@Stability(value=Stable) @Nullable default Object getKeyProviderServer()
@Stability(value=Stable) @Nullable default String getStaticKeyValue()
@Stability(value=Stable) static CfnChannel.StaticKeySettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.