public static interface CfnChannel.InputLocationProperty
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 java.lang.String |
getPasswordParam()
The password parameter that holds the password for accessing the downstream system.
|
default java.lang.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 java.lang.String |
getUsername()
The user name to connect to the downstream system.
|
default java.lang.String getPasswordParam()
This applies only if the downstream system requires credentials.
default java.lang.String getUri()
For example, an RTMP destination should have a URI similar to rtmp://fmsserver/live.
default java.lang.String getUsername()
This applies only if the downstream system requires credentials.
static CfnChannel.InputLocationProperty.Builder builder()