@Stability(value=Stable)
public static interface CfnChannel.RtmpOutputSettingsProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
RtmpOutputSettingsProperty rtmpOutputSettingsProperty = RtmpOutputSettingsProperty.builder()
.certificateMode("certificateMode")
.connectionRetryInterval(123)
.destination(OutputLocationRefProperty.builder()
.destinationRefId("destinationRefId")
.build())
.numRetries(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.RtmpOutputSettingsProperty.Builder
A builder for
CfnChannel.RtmpOutputSettingsProperty |
static class |
CfnChannel.RtmpOutputSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.RtmpOutputSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.RtmpOutputSettingsProperty.Builder |
builder() |
default String |
getCertificateMode()
`CfnChannel.RtmpOutputSettingsProperty.CertificateMode`.
|
default Number |
getConnectionRetryInterval()
`CfnChannel.RtmpOutputSettingsProperty.ConnectionRetryInterval`.
|
default Object |
getDestination()
`CfnChannel.RtmpOutputSettingsProperty.Destination`.
|
default Number |
getNumRetries()
`CfnChannel.RtmpOutputSettingsProperty.NumRetries`.
|
@Stability(value=Stable) @Nullable default String getCertificateMode()
@Stability(value=Stable) @Nullable default Number getConnectionRetryInterval()
@Stability(value=Stable) @Nullable default Object getDestination()
@Stability(value=Stable) @Nullable default Number getNumRetries()
@Stability(value=Stable) static CfnChannel.RtmpOutputSettingsProperty.Builder builder()
Copyright © 2021. All rights reserved.