| Package | Description |
|---|---|
| software.amazon.awscdk.services.mediaconnect |
AWS::MediaConnect Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnFlowOutput.Builder |
CfnFlowOutput.Builder.cidrAllowList(List<String> cidrAllowList)
The range of IP addresses that are allowed to initiate output requests to this flow.
|
static CfnFlowOutput.Builder |
CfnFlowOutput.Builder.create(software.constructs.Construct scope,
String id) |
CfnFlowOutput.Builder |
CfnFlowOutput.Builder.description(String description)
A description of the output.
|
CfnFlowOutput.Builder |
CfnFlowOutput.Builder.destination(String destination)
The IP address where you want to send the output.
|
CfnFlowOutput.Builder |
CfnFlowOutput.Builder.encryption(CfnFlowOutput.EncryptionProperty encryption)
The encryption credentials that you want to use for the output.
|
CfnFlowOutput.Builder |
CfnFlowOutput.Builder.encryption(IResolvable encryption)
The encryption credentials that you want to use for the output.
|
CfnFlowOutput.Builder |
CfnFlowOutput.Builder.flowArn(String flowArn)
The Amazon Resource Name (ARN) of the flow.
|
CfnFlowOutput.Builder |
CfnFlowOutput.Builder.maxLatency(Number maxLatency)
The maximum latency in milliseconds for Zixi-based streams.
|
CfnFlowOutput.Builder |
CfnFlowOutput.Builder.minLatency(Number minLatency)
The minimum latency in milliseconds for SRT-based streams.
|
CfnFlowOutput.Builder |
CfnFlowOutput.Builder.name(String name)
The name of the VPC interface.
|
CfnFlowOutput.Builder |
CfnFlowOutput.Builder.port(Number port)
The port to use when MediaConnect distributes content to the output.
|
CfnFlowOutput.Builder |
CfnFlowOutput.Builder.protocol(String protocol)
The protocol to use for the output.
|
CfnFlowOutput.Builder |
CfnFlowOutput.Builder.remoteId(String remoteId)
The identifier that is assigned to the Zixi receiver.
|
CfnFlowOutput.Builder |
CfnFlowOutput.Builder.smoothingLatency(Number smoothingLatency)
The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.
|
CfnFlowOutput.Builder |
CfnFlowOutput.Builder.streamId(String streamId)
The stream ID that you want to use for the transport.
|
CfnFlowOutput.Builder |
CfnFlowOutput.Builder.vpcInterfaceAttachment(CfnFlowOutput.VpcInterfaceAttachmentProperty vpcInterfaceAttachment)
The VPC interface that you want to send your output to.
|
CfnFlowOutput.Builder |
CfnFlowOutput.Builder.vpcInterfaceAttachment(IResolvable vpcInterfaceAttachment)
The VPC interface that you want to send your output to.
|
Copyright © 2022. All rights reserved.