@Stability(value=Stable)
public static interface CfnInput.InputDestinationRequestProperty
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.*;
InputDestinationRequestProperty inputDestinationRequestProperty = InputDestinationRequestProperty.builder()
.streamName("streamName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnInput.InputDestinationRequestProperty.Builder
A builder for
CfnInput.InputDestinationRequestProperty |
static class |
CfnInput.InputDestinationRequestProperty.Jsii$Proxy
An implementation for
CfnInput.InputDestinationRequestProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnInput.InputDestinationRequestProperty.Builder |
builder() |
default String |
getStreamName()
The stream name (application name/application instance) for the location the RTMP source content will be pushed to in MediaLive.
|
@Stability(value=Stable) @Nullable default String getStreamName()
@Stability(value=Stable) static CfnInput.InputDestinationRequestProperty.Builder builder()
Copyright © 2022. All rights reserved.