@Stability(value=Stable)
public static interface CfnChannel.InputLocationProperty
extends software.amazon.jsii.JsiiSerializable
The parent of this entity is InputLossBehavior.
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.*;
InputLocationProperty inputLocationProperty = InputLocationProperty.builder()
.passwordParam("passwordParam")
.uri("uri")
.username("username")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.InputLocationProperty.Builder
A builder for
CfnChannel.InputLocationProperty |
static class |
CfnChannel.InputLocationProperty.Jsii$Proxy
An implementation for
CfnChannel.InputLocationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.InputLocationProperty.Builder |
builder() |
default String |
getPasswordParam()
The password parameter that holds the password for accessing the downstream system.
|
default String |
getUri()
The URI should be a path to a file that is accessible to the Live system (for example, an http:// URI) depending on the output type.
|
default String |
getUsername()
The user name to connect to the downstream system.
|
@Stability(value=Stable) @Nullable default String getPasswordParam()
This applies only if the downstream system requires credentials.
@Stability(value=Stable) @Nullable default String getUri()
For example, an RTMP destination should have a URI similar to rtmp://fmsserver/live.
@Stability(value=Stable) @Nullable default String getUsername()
This applies only if the downstream system requires credentials.
@Stability(value=Stable) static CfnChannel.InputLocationProperty.Builder builder()
Copyright © 2022. All rights reserved.