@Stability(value=Stable)
public static interface CfnInput.InputSourceRequestProperty
extends software.amazon.jsii.JsiiSerializable
The parent of this entity is Input.
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.*;
InputSourceRequestProperty inputSourceRequestProperty = InputSourceRequestProperty.builder()
.passwordParam("passwordParam")
.url("url")
.username("username")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnInput.InputSourceRequestProperty.Builder
A builder for
CfnInput.InputSourceRequestProperty |
static class |
CfnInput.InputSourceRequestProperty.Jsii$Proxy
An implementation for
CfnInput.InputSourceRequestProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnInput.InputSourceRequestProperty.Builder |
builder() |
default String |
getPasswordParam()
The password parameter that holds the password for accessing the upstream system.
|
default String |
getUrl()
For a pull input, the URL where MediaLive pulls the source content from.
|
default String |
getUsername()
The user name to connect to the upstream system.
|
@Stability(value=Stable) @Nullable default String getPasswordParam()
The password parameter applies only if the upstream system requires credentials.
@Stability(value=Stable) @Nullable default String getUrl()
@Stability(value=Stable) @Nullable default String getUsername()
The user name applies only if the upstream system requires credentials.
@Stability(value=Stable) static CfnInput.InputSourceRequestProperty.Builder builder()
Copyright © 2022. All rights reserved.