@Stability(value=Stable)
public static interface CfnChannel.KeyProviderSettingsProperty
extends software.amazon.jsii.JsiiSerializable
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 Object |
getStaticKeySettings()
The configuration of static key settings.
|
@Stability(value=Stable) @Nullable default Object getStaticKeySettings()
@Stability(value=Stable) static CfnChannel.KeyProviderSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.