Interface CfnChannelPropsMixin.StaticKeySettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannelPropsMixin.StaticKeySettingsProperty.Jsii$Proxy
- Enclosing class:
CfnChannelPropsMixin
@Stability(Stable)
public static interface CfnChannelPropsMixin.StaticKeySettingsProperty
extends software.amazon.jsii.JsiiSerializable
The static key settings.
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.cfnpropertymixins.services.medialive.*;
StaticKeySettingsProperty staticKeySettingsProperty = StaticKeySettingsProperty.builder()
.keyProviderServer(InputLocationProperty.builder()
.passwordParam("passwordParam")
.uri("uri")
.username("username")
.build())
.staticKeyValue("staticKeyValue")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnChannelPropsMixin.StaticKeySettingsPropertystatic final classAn implementation forCfnChannelPropsMixin.StaticKeySettingsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKeyProviderServer
The URL of the license server that is used for protecting content.Returns union: either
IResolvableorCfnChannelPropsMixin.InputLocationProperty- See Also:
-
getStaticKeyValue
The static key value as a 32 character hexadecimal string.- See Also:
-
builder
-