@Stability(value=Stable)
public static interface CfnChannel.OutputDestinationSettingsProperty
extends software.amazon.jsii.JsiiSerializable
The parent of this entity is OutputDestination.
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.*;
OutputDestinationSettingsProperty outputDestinationSettingsProperty = OutputDestinationSettingsProperty.builder()
.passwordParam("passwordParam")
.streamName("streamName")
.url("url")
.username("username")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.OutputDestinationSettingsProperty.Builder
A builder for
CfnChannel.OutputDestinationSettingsProperty |
static class |
CfnChannel.OutputDestinationSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.OutputDestinationSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.OutputDestinationSettingsProperty.Builder |
builder() |
default String |
getPasswordParam()
The password parameter that holds the password for accessing the downstream system.
|
default String |
getStreamName()
The stream name for the content.
|
default String |
getUrl()
The URL for the destination.
|
default String |
getUsername()
The user name to connect to the downstream system.
|
@Stability(value=Stable) @Nullable default String getPasswordParam()
This password parameter applies only if the downstream system requires credentials.
@Stability(value=Stable) @Nullable default String getStreamName()
This applies only to RTMP outputs.
@Stability(value=Stable) @Nullable default String getUrl()
@Stability(value=Stable) @Nullable default String getUsername()
This applies only if the downstream system requires credentials.
@Stability(value=Stable) static CfnChannel.OutputDestinationSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.