FlowOutputArgs

constructor(cidrAllowList: Output<List<String>>? = null, description: Output<String>? = null, destination: Output<String>? = null, encryption: Output<FlowOutputEncryptionArgs>? = null, flowArn: Output<String>? = null, maxLatency: Output<Int>? = null, mediaStreamOutputConfigurations: Output<List<FlowOutputMediaStreamOutputConfigurationArgs>>? = null, minLatency: Output<Int>? = null, name: Output<String>? = null, ndiProgramName: Output<String>? = null, ndiSpeedHqQuality: Output<Int>? = null, outputStatus: Output<FlowOutputOutputStatus>? = null, port: Output<Int>? = null, protocol: Output<FlowOutputProtocol>? = null, remoteId: Output<String>? = null, smoothingLatency: Output<Int>? = null, streamId: Output<String>? = null, vpcInterfaceAttachment: Output<FlowOutputVpcInterfaceAttachmentArgs>? = null)