@Stability(value=Stable)
public static interface CfnInput.MediaConnectFlowRequestProperty
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.*;
MediaConnectFlowRequestProperty mediaConnectFlowRequestProperty = MediaConnectFlowRequestProperty.builder()
.flowArn("flowArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnInput.MediaConnectFlowRequestProperty.Builder
A builder for
CfnInput.MediaConnectFlowRequestProperty |
static class |
CfnInput.MediaConnectFlowRequestProperty.Jsii$Proxy
An implementation for
CfnInput.MediaConnectFlowRequestProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnInput.MediaConnectFlowRequestProperty.Builder |
builder() |
default String |
getFlowArn()
The ARN of one or two MediaConnect flows that are the sources for this MediaConnect input.
|
@Stability(value=Stable) @Nullable default String getFlowArn()
@Stability(value=Stable) static CfnInput.MediaConnectFlowRequestProperty.Builder builder()
Copyright © 2022. All rights reserved.