public static interface CfnChannel.RtmpOutputSettingsProperty
The parent of this entity is OutputSettings.
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.*; 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 java.lang.String |
getCertificateMode()
If set to verifyAuthenticity, verifies the TLS certificate chain to a trusted certificate authority (CA).
|
default java.lang.Number |
getConnectionRetryInterval()
The number of seconds to wait before retrying a connection to the Flash Media server if the connection is lost.
|
default java.lang.Object |
getDestination()
The RTMP endpoint excluding the stream name (for example, rtmp://host/appname).
|
default java.lang.Number |
getNumRetries()
The number of retry attempts.
|
default java.lang.String getCertificateMode()
This causes RTMPS outputs with self-signed certificates to fail.
default java.lang.Number getConnectionRetryInterval()
default java.lang.Object getDestination()
default java.lang.Number getNumRetries()
static CfnChannel.RtmpOutputSettingsProperty.Builder builder()